summaryrefslogtreecommitdiff
path: root/test/test29-04.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/test29-04.txt')
-rw-r--r--test/test29-04.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test29-04.txt b/test/test29-04.txt
index b3f2f2e..9965b4e 100644
--- a/test/test29-04.txt
+++ b/test/test29-04.txt
@@ -1,18 +1,18 @@
test29.cpp: In member function 'void Object1::func13(int*)':
-test29.cpp:338:28: warning: Useless variable check 'ptr1'. It already was checked before
+test29.cpp:339:28: warning: Useless variable check 'ptr1'. It already was checked before
if ((ptr1 || ptr1) && ptr1)
^
-test29.cpp:350:35: warning: internal collections 'knownNullVars' is different.
+test29.cpp:351:35: warning: internal collections 'knownNullVars' is different.
want: ptr1,
get:
paranuckerInternalTest("=", "knownNullVars", "ptr1");
^
-test29.cpp:355:31: warning: internal collections 'knownNullVars' is different.
+test29.cpp:356:31: warning: internal collections 'knownNullVars' is different.
want: ptr1,
get:
paranuckerInternalTest("=", "knownNullVars", "ptr1");
^
test29.cpp: In member function 'void Object1::func14(int*)':
-test29.cpp:363:19: warning: Useless variable check 'ptr1'. It already was checked before
+test29.cpp:364:19: warning: Useless variable check 'ptr1'. It already was checked before
if ((ptr1 && ptr1) || ptr1)
^