summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok/three.stp
diff options
context:
space:
mode:
authorfche <fche>2005-08-31 11:33:15 +0000
committerfche <fche>2005-08-31 11:33:15 +0000
commitb4ee3f928bfe97666d987bcaddd926c51132e3d6 (patch)
treefafaf0eca02c0193e558796451dd39c52e98d484 /testsuite/parseok/three.stp
parent3cf0e05e004a4cf3ac80269feb99dd10eebdbc3f (diff)
downloadsystemtap-steved-b4ee3f928bfe97666d987bcaddd926c51132e3d6.tar.gz
systemtap-steved-b4ee3f928bfe97666d987bcaddd926c51132e3d6.tar.xz
systemtap-steved-b4ee3f928bfe97666d987bcaddd926c51132e3d6.zip
test $var dot parsing changes
Diffstat (limited to 'testsuite/parseok/three.stp')
-rwxr-xr-xtestsuite/parseok/three.stp1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/parseok/three.stp b/testsuite/parseok/three.stp
index 1b31f6d8..a1992b5e 100755
--- a/testsuite/parseok/three.stp
+++ b/testsuite/parseok/three.stp
@@ -3,5 +3,6 @@
probe syscall ("foo")
{
$a = a$a = a$a$ = 0;
+ string = "a" . $a . "b";
}