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 9965b4e..a6d7a88 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:339:28: warning: Useless variable check 'ptr1'. It already was checked before
+test29.cpp:344:28: warning: Useless variable check 'ptr1'. It already was checked before
if ((ptr1 || ptr1) && ptr1)
^
-test29.cpp:351:35: warning: internal collections 'knownNullVars' is different.
+test29.cpp:356:35: warning: internal collections 'knownNullVars' is different.
want: ptr1,
get:
paranuckerInternalTest("=", "knownNullVars", "ptr1");
^
-test29.cpp:356:31: warning: internal collections 'knownNullVars' is different.
+test29.cpp:361:31: warning: internal collections 'knownNullVars' is different.
want: ptr1,
get:
paranuckerInternalTest("=", "knownNullVars", "ptr1");
^
test29.cpp: In member function 'void Object1::func14(int*)':
-test29.cpp:364:19: warning: Useless variable check 'ptr1'. It already was checked before
+test29.cpp:369:19: warning: Useless variable check 'ptr1'. It already was checked before
if ((ptr1 && ptr1) || ptr1)
^