summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-04 19:26:40 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-04 19:26:40 +0300
commit0141482180cc327224a8eca1efbf123b879750a5 (patch)
tree3d1870aeda257cb7a8cb7ed17a38a9efdd75573d
parent44df3d185980c948c6823145f2f00a6b695d6719 (diff)
downloadparanucker-0141482180cc327224a8eca1efbf123b879750a5.tar.gz
paranucker-0141482180cc327224a8eca1efbf123b879750a5.tar.bz2
paranucker-0141482180cc327224a8eca1efbf123b879750a5.tar.xz
paranucker-0141482180cc327224a8eca1efbf123b879750a5.zip
Update test 28.
-rw-r--r--test/test28-01.txt16
-rw-r--r--test/test28.cpp4
2 files changed, 10 insertions, 10 deletions
diff --git a/test/test28-01.txt b/test/test28-01.txt
index 650a72a..5ce9c51 100644
--- a/test/test28-01.txt
+++ b/test/test28-01.txt
@@ -2543,8 +2543,8 @@ function_decl func8 test28.cpp 155:10
addr_expr - operand
string_cst ptr1 - operand
- stringLength: 5
- cleanup_point_expr test28.cpp 174:64 - statement
- expr_stmt test28.cpp 174:64 - operand
+ cleanup_point_expr test28.cpp 174:60 - statement
+ expr_stmt test28.cpp 174:60 - operand
call_expr test28.cpp 174:31 - expresssion
addr_expr - function
function_decl paranuckerInternalTest test28.cpp 12:6 - operand
@@ -2561,10 +2561,10 @@ function_decl func8 test28.cpp 155:10
- stringLength: 17
nop_expr - arg
addr_expr - operand
- string_cst ptr1 - operand
- - stringLength: 5
- cleanup_point_expr test28.cpp 175:61 - statement
- expr_stmt test28.cpp 175:61 - operand
+ string_cst - operand
+ - stringLength: 1
+ cleanup_point_expr test28.cpp 175:57 - statement
+ expr_stmt test28.cpp 175:57 - operand
call_expr test28.cpp 175:31 - expresssion
addr_expr - function
function_decl paranuckerInternalTest test28.cpp 12:6 - operand
@@ -2581,8 +2581,8 @@ function_decl func8 test28.cpp 155:10
- stringLength: 14
nop_expr - arg
addr_expr - operand
- string_cst ptr1 - operand
- - stringLength: 5
+ string_cst - operand
+ - stringLength: 1
cleanup_point_expr test28.cpp 176:61 - statement
expr_stmt test28.cpp 176:61 - operand
call_expr test28.cpp 176:31 - expresssion
diff --git a/test/test28.cpp b/test/test28.cpp
index 4559512..d3d0818 100644
--- a/test/test28.cpp
+++ b/test/test28.cpp
@@ -171,8 +171,8 @@ class Object1
return;
}
paranuckerInternalTest("=", "knownVars", "ptr1");
- paranuckerInternalTest("=", "knownNonNullVars", "ptr1");
- paranuckerInternalTest("=", "knownNullVars", "ptr1");
+ paranuckerInternalTest("=", "knownNonNullVars", "");
+ paranuckerInternalTest("=", "knownNullVars", "");
paranuckerInternalTest("=", "needCheckNullVars", "");
}