Skip to content

Commit a415016

Browse files
committed
TEST: Remove goto tests
1 parent 257cc73 commit a415016

File tree

6 files changed

+0
-70
lines changed

6 files changed

+0
-70
lines changed

integration_tests/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,6 @@ RUN(NAME generics_list_01 LABELS cpython llvm c)
539539
RUN(NAME test_statistics LABELS cpython llvm)
540540
RUN(NAME test_str_attributes LABELS cpython llvm c)
541541
RUN(NAME kwargs_01 LABELS cpython llvm c)
542-
RUN(NAME test_01_goto LABELS cpython llvm c)
543542

544543
RUN(NAME func_inline_01 LABELS llvm c wasm)
545544
RUN(NAME func_inline_02 LABELS cpython llvm c)

integration_tests/test_01_goto.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

tests/errors/test_goto.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

tests/reference/asr-test_goto-ba9fd22.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

tests/reference/asr-test_goto-ba9fd22.stderr

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/tests.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,10 +1062,6 @@ asr = true
10621062
filename = "errors/loop_03.py"
10631063
asr = true
10641064

1065-
[[test]]
1066-
filename = "errors/test_goto.py"
1067-
asr = true
1068-
10691065
[[test]]
10701066
filename = "errors/bindc_01.py"
10711067
asr = true

0 commit comments

Comments
 (0)