diff --git a/testdata/parser/negative/32.pdl b/testdata/parser/negative/32.pdl index 0d9cecc51e6e4f4019b88889b6714e6cc64a7c30..6d7446d6580cc08e873c367ccde51b9697a63667 100644 --- a/testdata/parser/negative/32.pdl +++ b/testdata/parser/negative/32.pdl @@ -2,7 +2,7 @@ primitive main(int a) { loop: { - synchronous { + sync { goto loop; // not allowed } }