summaryrefslogtreecommitdiff
path: root/test/test29-04.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-10 21:54:09 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-10 21:54:09 +0300
commit47ab3221ba7b5858bcf63e3732d20e32b06140b2 (patch)
tree0d3f3fd8ec8b6756e28d954637d1026beb70ccf8 /test/test29-04.txt
parent11aec81a67f885955cd47d633e1940e144db4433 (diff)
downloadparanucker-47ab3221ba7b5858bcf63e3732d20e32b06140b2.tar.gz
paranucker-47ab3221ba7b5858bcf63e3732d20e32b06140b2.tar.bz2
paranucker-47ab3221ba7b5858bcf63e3732d20e32b06140b2.tar.xz
paranucker-47ab3221ba7b5858bcf63e3732d20e32b06140b2.zip
Add test 35. Update test results.
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)
^