Skip to content

Commit 1eb32ce

Browse files
committed
add nofast to set add
1 parent a48e7cd commit 1eb32ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ 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)
487+
RUN(NAME test_set_add LABELS cpython llvm NOFAST)
488488
RUN(NAME test_set_remove LABELS cpython llvm)
489489
RUN(NAME test_for_loop LABELS cpython llvm c)
490490
RUN(NAME modules_01 LABELS cpython llvm c wasm wasm_x86 wasm_x64)

0 commit comments

Comments
 (0)