summaryrefslogtreecommitdiff
path: root/test/test29-04.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-03 19:17:39 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-03 19:23:19 +0300
commit3a2cf0ac8858e6f181642d84d58ff24a001873fd (patch)
tree55e0fc1d88a8fcadd274494f9d8cb294a8b1c2ba /test/test29-04.txt
parent7556ade255ff2b24214dc8e5ad32a1733f5a35b4 (diff)
downloadparanucker-3a2cf0ac8858e6f181642d84d58ff24a001873fd.tar.gz
paranucker-3a2cf0ac8858e6f181642d84d58ff24a001873fd.tar.bz2
paranucker-3a2cf0ac8858e6f181642d84d58ff24a001873fd.tar.xz
paranucker-3a2cf0ac8858e6f181642d84d58ff24a001873fd.zip
Update test 29.
Diffstat (limited to 'test/test29-04.txt')
-rw-r--r--test/test29-04.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/test29-04.txt b/test/test29-04.txt
index e69de29..b3f2f2e 100644
--- a/test/test29-04.txt
+++ b/test/test29-04.txt
@@ -0,0 +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
+ if ((ptr1 || ptr1) && ptr1)
+ ^
+test29.cpp:350:35: warning: internal collections 'knownNullVars' is different.
+want: ptr1,
+ get:
+ paranuckerInternalTest("=", "knownNullVars", "ptr1");
+ ^
+test29.cpp:355: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
+ if ((ptr1 && ptr1) || ptr1)
+ ^