summaryrefslogtreecommitdiffstats
path: root/app/test_suite.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/test_suite.h')
-rw-r--r--app/test_suite.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/test_suite.h b/app/test_suite.h
index 37e2322..eeea436 100644
--- a/app/test_suite.h
+++ b/app/test_suite.h
@@ -60,7 +60,7 @@ class AppTestSuite : public TestSuite {
// Force unittests to run using en-US so if we test against string
// output, it'll pass regardless of the system language.
- ResourceBundle::InitSharedInstance(L"en-US");
+ ResourceBundle::InitSharedInstance("en-US");
}
virtual void Shutdown() {