Index: src/libchcore/Tests/TestsTSmartPath.cpp
===================================================================
diff -u -N -r27c262eb9cae55720e10f4886af6b5a82cb94fe9 -r8068e0c351055554340ac9755d1bc846893bf2b8
--- src/libchcore/Tests/TestsTSmartPath.cpp	(.../TestsTSmartPath.cpp)	(revision 27c262eb9cae55720e10f4886af6b5a82cb94fe9)
+++ src/libchcore/Tests/TestsTSmartPath.cpp	(.../TestsTSmartPath.cpp)	(revision 8068e0c351055554340ac9755d1bc846893bf2b8)
@@ -23,7 +23,7 @@
 TEST(TSmartPathTests, PathFromNullString)
 {
 	TSmartPath tPath;
-	EXPECT_THROW(tPath.FromString(NULL), TCoreException);
+	EXPECT_THROW(tPath.FromString(nullptr), TCoreException);
 }
 
 TEST(TSmartPathTests, PathFromTStringToWString)