Skip to content

Commit 09ad3db

Browse files
committed
add nofast to set add and remove
1 parent a48e7cd commit 09ad3db

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
@@ -484,8 +484,8 @@ RUN(NAME test_dict_13 LABELS cpython llvm c)
484484
RUN(NAME test_dict_bool LABELS cpython llvm)
485485
RUN(NAME test_dict_increment LABELS cpython llvm)
486486
RUN(NAME test_set_len LABELS cpython llvm)
487-
RUN(NAME test_set_add LABELS cpython llvm)
488-
RUN(NAME test_set_remove LABELS cpython llvm)
487+
RUN(NAME test_set_add LABELS cpython llvm NOFAST)
488+
RUN(NAME test_set_remove LABELS cpython llvm NOFAST)
489489
RUN(NAME test_for_loop LABELS cpython llvm c)
490490
RUN(NAME modules_01 LABELS cpython llvm c wasm wasm_x86 wasm_x64)
491491
RUN(NAME modules_02 LABELS cpython llvm c wasm wasm_x86 wasm_x64)

0 commit comments

Comments
 (0)