aboutsummaryrefslogtreecommitdiff
path: root/test/common/util.h
diff options
context:
space:
mode:
authorTobia Tesan2013-06-02 21:29:15 +0200
committerTobia Tesan2013-07-10 13:22:57 +0200
commitd2c85e19eb62f2e9a8ba3b1251ee42a1d68e92a5 (patch)
treef7e8618a042335fe52f025bd76c92afdeebf3ac4 /test/common/util.h
parente9406fad246efe975ce63dab207be76edf3e0998 (diff)
downloadscummvm-rg350-d2c85e19eb62f2e9a8ba3b1251ee42a1d68e92a5.tar.gz
scummvm-rg350-d2c85e19eb62f2e9a8ba3b1251ee42a1d68e92a5.tar.bz2
scummvm-rg350-d2c85e19eb62f2e9a8ba3b1251ee42a1d68e92a5.zip
TEST: Whitespaces in test/common/
Diffstat (limited to 'test/common/util.h')
-rw-r--r--test/common/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common/util.h b/test/common/util.h
index 05e6243885..cd65307612 100644
--- a/test/common/util.h
+++ b/test/common/util.h
@@ -55,7 +55,7 @@ class UtilTestSuite : public CxxTest::TestSuite {
bool valasbool;
bool success;
- Common::String string_5 ("1");
+ Common::String string_5("1");
success = Common::parseBool(string_5, valasbool);
TS_ASSERT_EQUALS(success, 1);
TS_ASSERT_EQUALS(valasbool, 1);