We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e5043 commit 11b1b77Copy full SHA for 11b1b77
1 file changed
integration_tests/CMakeLists.txt
@@ -459,7 +459,7 @@ RUN(NAME exit_02b FAIL LABELS cpython llvm llvm_jit c wasm wasm_x86 wasm_x
459
RUN(NAME exit_02c FAIL LABELS cpython llvm llvm_jit c)
460
461
# Test all four backends
462
-RUN(NAME print_01 LABELS cpython llvm llvm_jit) # renable c, wasm not yet supports sep and end keywords, wasm doesnt handle DescriptorString
+RUN(NAME print_01 LABELS cpython llvm llvm_jit) # renable c, wasm not yet supports sep and end keywords, wasm does not handle DescriptorString
463
RUN(NAME print_03 LABELS x86 c wasm wasm_x86 wasm_x64) # simple test case specifically for x86, wasm_x86 and wasm_x64
464
RUN(NAME print_04 LABELS cpython llvm llvm_jit c)
465
RUN(NAME print_06 LABELS cpython llvm llvm_jit) # renable c
0 commit comments