Skip to content

Commit e209b01

Browse files
committed
TEST: WASM_X64: Enable supporting test
The test case test_complex_01.py uses complex numbers which use global varaibles to manipulate stack top.
1 parent 0636b00 commit e209b01

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
@@ -346,7 +346,7 @@ RUN(NAME bindc_06 LABELS llvm c
346346
EXTRAFILES bindc_06b.c)
347347
RUN(NAME test_generics_01 LABELS cpython llvm c)
348348
RUN(NAME test_cmath LABELS cpython llvm c)
349-
RUN(NAME test_complex_01 LABELS cpython llvm c wasm)
349+
RUN(NAME test_complex_01 LABELS cpython llvm c wasm wasm_x64)
350350
RUN(NAME test_complex_02 LABELS cpython llvm c)
351351
RUN(NAME test_max_min LABELS cpython llvm c)
352352
RUN(NAME test_global LABELS cpython llvm c)

0 commit comments

Comments
 (0)