diff options
| author | Soren Jorvang <soren.jorvang@gmail.com> | 2011-02-02 18:21:20 +0000 |
|---|---|---|
| committer | Soren Jorvang <soren.jorvang@gmail.com> | 2011-02-02 18:21:20 +0000 |
| commit | 9c21d003af3dc9654a9b302c3085253d55cab20e (patch) | |
| tree | dda706ba5f40f789c0afc3c7cbf8554dcae5ce1a /Source/UnitTests/UnitTests.cpp | |
| parent | 9a975705bff532d3a81651145a08e056b0410f8d (diff) | |
Remove the global namespace a bit and remove some dead code.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7043 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/UnitTests/UnitTests.cpp')
| -rw-r--r-- | Source/UnitTests/UnitTests.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/UnitTests/UnitTests.cpp b/Source/UnitTests/UnitTests.cpp index 5731b163e8..b77dc2bad5 100644 --- a/Source/UnitTests/UnitTests.cpp +++ b/Source/UnitTests/UnitTests.cpp @@ -94,9 +94,6 @@ void StringTests() { EXPECT_EQ(StripSpaces(" abc "), "abc"); - EXPECT_EQ(StripNewline(" abc \n"), " abc "); - EXPECT_EQ(StripNewline(" abc \n "), " abc \n "); - EXPECT_EQ(StripQuotes("\"abc\""), "abc"); EXPECT_EQ(StripQuotes("\"abc\" "), "\"abc\" "); |
