Skip to content

Commit 12c80ee

Browse files
authored
Merge pull request #2300 from Shaikh-Ubaid/enable_expr_16_for_llvm
TEST: Enable integration_tests/expr_16.py for LLVM
2 parents 615e7e7 + 152a151 commit 12c80ee

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
@@ -487,7 +487,7 @@ RUN(NAME expr_13 LABELS llvm c
487487
EXTRAFILES expr_13b.c NOFAST)
488488
RUN(NAME expr_14 LABELS cpython llvm c)
489489
RUN(NAME expr_15 LABELS cpython llvm c)
490-
RUN(NAME expr_16 LABELS cpython c)
490+
RUN(NAME expr_16 LABELS cpython llvm c)
491491
RUN(NAME expr_17 LABELS cpython llvm c)
492492
RUN(NAME expr_18 FAIL LABELS cpython llvm c)
493493
RUN(NAME expr_19 LABELS cpython llvm c)

0 commit comments

Comments
 (0)