From d57671d335d788aa3a738f7f284bfee30151c86c Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 10 Jun 2008 16:54:29 -0400 Subject: PR6470: new argv[] tapset, docs, test cases --- testsuite/parseko/preprocess08.stp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite/parseko/preprocess08.stp') diff --git a/testsuite/parseko/preprocess08.stp b/testsuite/parseko/preprocess08.stp index 6665983d..ba0d68e2 100755 --- a/testsuite/parseko/preprocess08.stp +++ b/testsuite/parseko/preprocess08.stp @@ -1,4 +1,4 @@ #! stap -p1 -# missing "then" token -%( arch == "2.6" %? +# premature EOF during THEN tokens +%( 0 == 0 %? -- cgit