Added eqemu::any

This commit is contained in:
KimLS
2014-08-25 22:31:02 -07:00
parent a612c3c006
commit 70d5983562
4 changed files with 192 additions and 1 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ public:
float f = 3.1416;
auto s = StringFormat(fmt, c, i, f);
TEST_ASSERT(s.length() == 17);
TEST_ASSERT_EQUALS(s.length(), 17);
TEST_ASSERT(s.compare("Test: a 2014 3.14") == 0);
}