deep mods
[feisty_meow.git] / nucleus / library / tests_basis / test_system_preconditions.cpp
index ee6e1af9e4cff4a1a89013a894159fa165541458..9f32d434a78724d7c5d47f68815ab4971aebca45 100644 (file)
@@ -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");