summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok/three.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseok/three.stp')
-rwxr-xr-xtestsuite/parseok/three.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/parseok/three.stp b/testsuite/parseok/three.stp
index a1992b5e..e1158fea 100755
--- a/testsuite/parseok/three.stp
+++ b/testsuite/parseok/three.stp
@@ -3,6 +3,6 @@
probe syscall ("foo")
{
$a = a$a = a$a$ = 0;
- string = "a" . $a . "b";
+ str = "a" . $a . "b";
}