We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662935a commit 7701d26Copy full SHA for 7701d26
integration_tests/CMakeLists.txt
@@ -374,7 +374,7 @@ RUN(NAME bindc_04 LABELS llvm c NOFAST)
374
RUN(NAME bindc_07 LABELS cpython llvm c NOFAST)
375
RUN(NAME bindc_08 LABELS cpython llvm c)
376
RUN(NAME bindc_09 LABELS cpython llvm c)
377
-RUN(NAME bindc_10 LABELS cpython llvm c)
+RUN(NAME bindc_10 LABELS cpython llvm c NOFAST)
378
RUN(NAME bindc_11 LABELS cpython) # This is CPython test only
379
RUN(NAME exit_01 LABELS cpython llvm c NOFAST)
380
RUN(NAME exit_02 FAIL LABELS cpython llvm c NOFAST)
0 commit comments