X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=nucleus%2Flibrary%2Ftests_filesystem%2Ftest_filename.cpp;h=54bba456d58d952109f11095c74695c8cc7f7d5c;hb=2e27570475859bacfbe74dfb14ab2c295f016df6;hp=6fa80759ceac3b118a564f0ab4a5a9697a3b3e7c;hpb=1d0e3f784ca8c86185013026e8500f8460aefe8e;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