Skip to content

Commit 860687d

Browse files
committed
Register tests for goto statement
1 parent 8b3f872 commit 860687d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

integration_tests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ RUN(NAME generics_list_01 LABELS cpython llvm)
275275
RUN(NAME test_statistics LABELS cpython llvm)
276276
RUN(NAME test_str_attributes LABELS cpython llvm)
277277
RUN(NAME kwargs_01 LABELS cpython llvm)
278+
RUN(NAME test_01_goto LABELS cpython llvm c)
278279

279280
RUN(NAME func_inline_01 LABELS llvm wasm)
280281
RUN(NAME func_static_01 LABELS cpython llvm c wasm)

tests/tests.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -906,3 +906,7 @@ asr = true
906906
[[test]]
907907
filename = "errors/enum_02.py"
908908
asr = true
909+
910+
[[test]]
911+
filename = "errors/test_goto.py"
912+
asr = true

0 commit comments

Comments
 (0)