summaryrefslogtreecommitdiff
path: root/test/test28.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test28.cpp')
-rw-r--r--test/test28.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test28.cpp b/test/test28.cpp
index 917591c..c4cca41 100644
--- a/test/test28.cpp
+++ b/test/test28.cpp
@@ -291,10 +291,10 @@ class Object1
if (!ptr1)
{
- paranuckerInternalTest("=", "knownVars", "");
+ paranuckerInternalTest("=", "knownVars", "ptr1");
paranuckerInternalTest("=", "knownNonNullVars", "");
- paranuckerInternalTest("=", "knownNullVars", "");
- paranuckerInternalTest("=", "needCheckNullVars", "");
+ paranuckerInternalTest("=", "knownNullVars", "ptr1");
+ paranuckerInternalTest("=", "needCheckNullVars", ""); // probably here should be ptr1
return;
}
}