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 39d3b47 commit 89786e3Copy full SHA for 89786e3
integration_tests/CMakeLists.txt
@@ -562,8 +562,7 @@ RUN(NAME modules_02 LABELS cpython llvm c wasm wasm_x86 wasm_x64)
562
RUN(NAME test_import_01 LABELS cpython llvm c)
563
RUN(NAME test_import_02 LABELS cpython llvm c)
564
RUN(NAME test_import_03 LABELS cpython llvm c)
565
-RUN(NAME test_import_04 IMPORT_PATH ..
566
- LABELS cpython llvm c)
+RUN(NAME test_import_04 LABELS cpython llvm c)
567
RUN(NAME test_import_05 LABELS cpython llvm c wasm wasm_x86 wasm_x64)
568
RUN(NAME test_import_06 LABELS cpython llvm)
569
RUN(NAME test_import_07 LABELS cpython llvm c)
test_modules/__init__.py renamed to integration_tests/test_modules/__init__.py
test_modules/mathfn/__init__.py renamed to integration_tests/test_modules/mathfn/__init__.py
test_modules/mathfn/sin.py renamed to integration_tests/test_modules/mathfn/sin.py
0 commit comments