X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ftests_filesystem%2Ftest_file_time.cpp;h=eae4c8d49b65f85d8bfe778de43d0fe0d41cc774;hb=7d0b5833568389c06ff6d9871da343a1e3e374fe;hp=14e25490ffdd5deabc54ae91d3a779ba4fe26894;hpb=5a8e13e7a44ed98d9683bc6cd3bb374e9d3b0756;p=feisty_meow.git diff --git a/nucleus/library/tests_filesystem/test_file_time.cpp b/nucleus/library/tests_filesystem/test_file_time.cpp index 14e25490..eae4c8d4 100644 --- a/nucleus/library/tests_filesystem/test_file_time.cpp +++ b/nucleus/library/tests_filesystem/test_file_time.cpp @@ -69,8 +69,8 @@ int test_file_time::execute() // test storing info via the constructor. file_time absurdity_time(toppy); FILE *topdir = fopen(toppy.s(), "r"); - ASSERT_INEQUAL(topdir, NIL, "opening topdir for testing"); - if (topdir == NIL) { + ASSERT_INEQUAL(topdir, NULL_POINTER, "opening topdir for testing"); + if (topdir == NULL_POINTER) { return 1; } file_time nutty_time(topdir);