summaryrefslogtreecommitdiff
path: root/test/test28-02.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-02 02:24:35 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-02 02:24:35 +0300
commit939d2c5733aa6cfacf7dcbc43fd86928dba116a9 (patch)
tree44adfc6803bcb02c03e6967303f445a37defa979 /test/test28-02.txt
parentc6718526632313a36b33912e63c3287448bf6eb1 (diff)
downloadparanucker-939d2c5733aa6cfacf7dcbc43fd86928dba116a9.tar.gz
paranucker-939d2c5733aa6cfacf7dcbc43fd86928dba116a9.tar.bz2
paranucker-939d2c5733aa6cfacf7dcbc43fd86928dba116a9.tar.xz
paranucker-939d2c5733aa6cfacf7dcbc43fd86928dba116a9.zip
Update test 28.
Diffstat (limited to 'test/test28-02.txt')
-rw-r--r--test/test28-02.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/test/test28-02.txt b/test/test28-02.txt
index a428738..fbcbf1c 100644
--- a/test/test28-02.txt
+++ b/test/test28-02.txt
@@ -220,3 +220,30 @@ want: ptr1,
get:
paranuckerInternalTest("=", "knownNullVars", "ptr1");
^
+func10: pointer_type ptr1,
+test28.cpp: In member function 'void Object1::func10(Data1*)':
+test28.cpp:242:35: warning: warning: internal collections 'knownNonNullVars' is different.
+want: ptr1,
+ get:
+ paranuckerInternalTest("=", "knownNonNullVars", "ptr1");
+ ^
+test28.cpp:244:35: warning: warning: internal collections 'needCheckNullVars' is different.
+want:
+ get: ptr1,
+ paranuckerInternalTest("=", "needCheckNullVars", "");
+ ^
+test28.cpp:256:35: warning: warning: internal collections 'knownNullVars' is different.
+want: ptr1,
+ get:
+ paranuckerInternalTest("=", "knownNullVars", "ptr1");
+ ^
+test28.cpp:261:35: warning: warning: internal collections 'knownNullVars' is different.
+want: ptr1,
+ get:
+ paranuckerInternalTest("=", "knownNullVars", "ptr1");
+ ^
+test28.cpp:262:35: warning: warning: internal collections 'needCheckNullVars' is different.
+want:
+ get: ptr1,
+ paranuckerInternalTest("=", "needCheckNullVars", "");
+ ^