fixed: code style (win)

This commit is contained in:
Nick Bolton 2014-02-05 16:38:23 +00:00
parent aae76f612a
commit 59cd5ac554
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
TEST(CArchInternetWindowsTests, openWebPage) TEST(CArchInternetWindowsTests, openWebPage)
{ {
CArchInternetWindows internet; CArchInternetWindows internet;
CString result = internet.get(TEST_URL); CString result = internet.get(TEST_URL);
ASSERT_EQ("Hello world!", result); ASSERT_EQ("Hello world!", result);
} }