fix tests broken by recent language stuff change
This commit is contained in:
parent
1d2b5003f3
commit
98d6d891f3
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ namespace test_utils {
|
|||
|
||||
static bool match_english(const language_def& def)
|
||||
{
|
||||
return def.localename == "C";
|
||||
return def.localename == "en_US";
|
||||
}
|
||||
|
||||
class game_config_manager {
|
||||
|
|
Loading…
Add table
Reference in a new issue