Skip to content

Commit bead745

Browse files
committed
fix: update cmakelists
1 parent cac0c42 commit bead745

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration_tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -684,11 +684,11 @@ RUN(NAME global_syms_01 LABELS cpython llvm c)
684684
RUN(NAME global_syms_02 LABELS cpython llvm c)
685685
RUN(NAME global_syms_03_b LABELS cpython llvm c)
686686
RUN(NAME global_syms_03_c LABELS cpython llvm c)
687-
RUN(NAME global_syms_04 LABELS cpython llvm c wasm wasm_x64)
687+
RUN(NAME global_syms_04 LABELS cpython llvm c wasm wasm_x64 NOFAST)
688688
RUN(NAME global_syms_05 LABELS cpython llvm c)
689689
RUN(NAME global_syms_06 LABELS cpython llvm c)
690690

691-
RUN(NAME callback_01 LABELS cpython llvm)
691+
RUN(NAME callback_01 LABELS cpython llvm NOFAST)
692692

693693
# Intrinsic Functions
694694
RUN(NAME intrinsics_01 LABELS cpython llvm NOFAST) # any

0 commit comments

Comments
 (0)