X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Ftests_basis%2Ftest_system_preconditions.cpp;h=9f32d434a78724d7c5d47f68815ab4971aebca45;hb=2cc1f5962c9792eabad20a3f68e3f261c808e561;hp=ee6e1af9e4cff4a1a89013a894159fa165541458;hpb=5a8e13e7a44ed98d9683bc6cd3bb374e9d3b0756;p=feisty_meow.git diff --git a/nucleus/library/tests_basis/test_system_preconditions.cpp b/nucleus/library/tests_basis/test_system_preconditions.cpp index ee6e1af9..9f32d434 100644 --- a/nucleus/library/tests_basis/test_system_preconditions.cpp +++ b/nucleus/library/tests_basis/test_system_preconditions.cpp @@ -136,7 +136,7 @@ int test_system_preconditions::execute() ASSERT_FALSE(chunko, "chunko whack test should succeed"); ASSERT_FALSE(alias, "aliased lorkas whack test should succeed"); ASSERT_TRUE(lorkas, "original lorkas should not have been cleared"); - lorkas = NIL; + lorkas = NULL_POINTER; ASSERT_EQUAL((int)sizeof(testing_file_struct), (int)sizeof(FILE), "struct size test, sizeof testing_file_struct and sizeof FILE should not differ");