summaryrefslogtreecommitdiff
path: root/test/test26-05.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-01 16:56:00 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-01 16:56:00 +0300
commit210096648ad773e008683646ac980c698fce67d5 (patch)
treec8037abd90d859be48c3dd11e4ad6c1a8cd55eb0 /test/test26-05.txt
parent9c4caab8a31dabb497c860ed340a97f6a429ed52 (diff)
downloadparanucker-210096648ad773e008683646ac980c698fce67d5.tar.gz
paranucker-210096648ad773e008683646ac980c698fce67d5.tar.bz2
paranucker-210096648ad773e008683646ac980c698fce67d5.tar.xz
paranucker-210096648ad773e008683646ac980c698fce67d5.zip
Update test 26.
Diffstat (limited to 'test/test26-05.txt')
-rw-r--r--test/test26-05.txt34
1 files changed, 24 insertions, 10 deletions
diff --git a/test/test26-05.txt b/test/test26-05.txt
index 39a0b1d..6f83e97 100644
--- a/test/test26-05.txt
+++ b/test/test26-05.txt
@@ -11,24 +11,38 @@ test26.cpp:144:18: warning: Useless variable check 'ptr1'. It already was checke
if (!ptr1 || k == 1)
^
test26.cpp:148:18: warning: Useless variable check 'ptr1'. It already was checked before
- if (!ptr1 && k == 1)
+ if (!ptr1 && k == 3)
+ ^
+test26.cpp:155:18: warning: Useless variable check 'ptr1'. It already was checked before
+ if (!ptr1 || k == 5)
+ ^
+test26.cpp:159:18: warning: Useless variable check 'ptr1'. It already was checked before
+ if (!ptr1 && k == 7)
^
-test26.cpp:157:22: warning: Useless variable check 'ptr1'. It already was checked before
- if (ptr1 || k == 5)
- ^
-test26.cpp:161:22: warning: Useless variable check 'ptr1'. It already was checked before
- if (ptr1 && k == 5)
- ^
test26.cpp: In member function 'void Object1::func9(Data1*)':
test26.cpp:170:22: warning: Useless variable check 'ptr1'. It already was checked before
if (ptr1 || k == 1)
^
+test26.cpp:172:18: warning: Useless variable check 'ptr1'. It already was checked before
+ if (!ptr1 || k == 2)
+ ^
test26.cpp:174:22: warning: Useless variable check 'ptr1'. It already was checked before
- if (ptr1 && k == 1)
+ if (ptr1 && k == 3)
^
+test26.cpp:176:18: warning: Useless variable check 'ptr1'. It already was checked before
+ if (!ptr1 && k == 4)
+ ^
test26.cpp:183:18: warning: Useless variable check 'ptr1'. It already was checked before
- if (!ptr1 || k == 5)
+ if (!ptr1 || k == 6)
^
test26.cpp:187:18: warning: Useless variable check 'ptr1'. It already was checked before
- if (!ptr1 && k == 5)
+ if (!ptr1 && k == 8)
^
+test26.cpp: In member function 'void Object1::func10(Data1*)':
+test26.cpp:196:13: warning: Useless variable check 'ptr1'. It already was checked before
+ if (ptr1)
+ ^
+test26.cpp: In member function 'void Object1::func11(Data1*)':
+test26.cpp:205:13: warning: Useless variable check 'ptr1'. It already was checked before
+ if (ptr1)
+ ^