aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/ApiExtractor/tests/testcodeinjection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken2/ApiExtractor/tests/testcodeinjection.cpp')
-rw-r--r--sources/shiboken2/ApiExtractor/tests/testcodeinjection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken2/ApiExtractor/tests/testcodeinjection.cpp b/sources/shiboken2/ApiExtractor/tests/testcodeinjection.cpp
index 9f71b495a..c438e0c37 100644
--- a/sources/shiboken2/ApiExtractor/tests/testcodeinjection.cpp
+++ b/sources/shiboken2/ApiExtractor/tests/testcodeinjection.cpp
@@ -59,7 +59,7 @@ void TestCodeInjections::testReadFile()
const char* cppCode ="struct A {};\n";
int argc = 0;
- char *argv[] = {NULL};
+ char *argv[] = {nullptr};
QCoreApplication app(argc, argv);
QString attribute = QLatin1String("file='") + filePath + QLatin1Char('\'');