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 a77b337 commit 6d08cffCopy full SHA for 6d08cff
integration_tests/CMakeLists.txt
@@ -499,6 +499,8 @@ RUN(NAME vec_01 LABELS cpython llvm c)
499
RUN(NAME test_str_comparison LABELS cpython llvm c)
500
RUN(NAME test_bit_length LABELS cpython llvm c)
501
RUN(NAME str_to_list_cast LABELS cpython llvm c)
502
+RUN(NAME test_sys_01 LABELS cpython llvm c)
503
+
504
505
RUN(NAME test_package_01 LABELS cpython llvm)
506
RUN(NAME test_pkg_lpdraw LABELS cpython llvm wasm)
integration_tests/test_sys_01.py
@@ -0,0 +1,2 @@
1
+import sys
2
+sys.exit(0)
0 commit comments