diff --git a/testdata/parser/negative/27.pdl b/testdata/parser/negative/27.pdl deleted file mode 100644 index b6ac49ea5828439c3d5e97afdb39073f6756312c..0000000000000000000000000000000000000000 --- a/testdata/parser/negative/27.pdl +++ /dev/null @@ -1,15 +0,0 @@ -#version 100 - -int main(int a) { - while (a >= 2) { - a -= 2; -dupl: while (a < 10) { - a++; - if (a % 5 == 0) - break dupl; - } - } - skip; -dupl: - while (true) goto dupl; -} \ No newline at end of file