diff options
Diffstat (limited to 'testsuite/parseok/three.stp')
-rwxr-xr-x | testsuite/parseok/three.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/parseok/three.stp b/testsuite/parseok/three.stp index b2628d4d..d2401877 100755 --- a/testsuite/parseok/three.stp +++ b/testsuite/parseok/three.stp @@ -1,6 +1,6 @@ #! parsetest -probe kernel:systemcall("foo") +probe syscall ("foo") { $a = a$a = a$a$ = 0; } |