We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3f872 commit 860687dCopy full SHA for 860687d
integration_tests/CMakeLists.txt
@@ -275,6 +275,7 @@ RUN(NAME generics_list_01 LABELS cpython llvm)
275
RUN(NAME test_statistics LABELS cpython llvm)
276
RUN(NAME test_str_attributes LABELS cpython llvm)
277
RUN(NAME kwargs_01 LABELS cpython llvm)
278
+RUN(NAME test_01_goto LABELS cpython llvm c)
279
280
RUN(NAME func_inline_01 LABELS llvm wasm)
281
RUN(NAME func_static_01 LABELS cpython llvm c wasm)
tests/tests.toml
@@ -906,3 +906,7 @@ asr = true
906
[[test]]
907
filename = "errors/enum_02.py"
908
asr = true
909
+
910
+[[test]]
911
+filename = "errors/test_goto.py"
912
+asr = true
0 commit comments