From b86c3365b3c8ca6e6e459d07de124b7ba2d66cad Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Wed, 13 Jan 2010 15:11:58 +0100 Subject: Faulty conditionals are parse errors, not semantical errors. The test was correct, the given construct should fail. But it fails because it is a parse error, not because it is a semantical error. So move into the right pass1-4 sub-directory. * testsuite/semko/conditional.stp: Moved to... * testsuite/parseko/conditional.stp: ... here. --- testsuite/semko/conditional.stp | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 testsuite/semko/conditional.stp (limited to 'testsuite/semko/conditional.stp') diff --git a/testsuite/semko/conditional.stp b/testsuite/semko/conditional.stp deleted file mode 100644 index ee164548..00000000 --- a/testsuite/semko/conditional.stp +++ /dev/null @@ -1,5 +0,0 @@ -#! stap -p2 - -probe begin { - %( 1 == 0 %? print(1) %? print(2) %) -} -- cgit