summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/build_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/build_test.cpp b/test/build_test.cpp
index bcfef64..169c331 100644
--- a/test/build_test.cpp
+++ b/test/build_test.cpp
@@ -45,7 +45,7 @@ main()
#if !defined(_WIN32) && !defined(__EMSCRIPTEN__)
# if !defined(_FORTIFY_SOURCE)
- const char* cmd[] = {"echo", NULL};
+ const char* cmd[] = {"echo", nullptr};
raul::Process::launch(cmd);
# endif