diff --git a/testdata/parser/negative/32.pdl b/testdata/parser/negative/32.pdl deleted file mode 100644 index 6d7446d6580cc08e873c367ccde51b9697a63667..0000000000000000000000000000000000000000 --- a/testdata/parser/negative/32.pdl +++ /dev/null @@ -1,9 +0,0 @@ -#version 100 - -primitive main(int a) { - loop: { - sync { - goto loop; // not allowed - } - } -} \ No newline at end of file