X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ftests_filesystem%2Ftest_filename.cpp;h=54bba456d58d952109f11095c74695c8cc7f7d5c;hb=51b587223136de70cd5a9f1cfbf2bf80b4e70ba0;hp=6fa80759ceac3b118a564f0ab4a5a9697a3b3e7c;hpb=a7dd08585fae9c6e985eb52706e455eedbe6a816;p=feisty_meow.git diff --git a/nucleus/library/tests_filesystem/test_filename.cpp b/nucleus/library/tests_filesystem/test_filename.cpp index 6fa80759..54bba456 100644 --- a/nucleus/library/tests_filesystem/test_filename.cpp +++ b/nucleus/library/tests_filesystem/test_filename.cpp @@ -259,7 +259,7 @@ int test_filename::execute() filename test17("r/"); ASSERT_EQUAL(test17, astring("r\\"), GROUP + "test 17 failed"); filename test18("/kr/soop"); - ASSERT_NOT_EQUAL(test18, astring("\\kr\\soop"), GROUP + "test 18 failed"); + ASSERT_INEQUAL(test18, astring("\\kr\\soop"), GROUP + "test 18 failed"); } #endif