Skip to content

Commit cc5ade4

Browse files
committed
Add NOFAST for structs_02b
1 parent 2355385 commit cc5ade4

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
@@ -569,7 +569,7 @@ RUN(NAME test_bool_binop LABELS cpython llvm c)
569569
RUN(NAME test_issue_518 LABELS cpython llvm c NOFAST)
570570
RUN(NAME structs_01 LABELS cpython llvm c)
571571
RUN(NAME structs_02 LABELS cpython llvm c)
572-
RUN(NAME structs_02b LABELS cpython llvm c)
572+
RUN(NAME structs_02b LABELS cpython llvm c NOFAST)
573573
RUN(NAME structs_03 LABELS llvm c)
574574
RUN(NAME structs_04 LABELS cpython llvm c)
575575
RUN(NAME structs_05 LABELS cpython llvm c)

0 commit comments

Comments
 (0)