File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -454,8 +454,8 @@ RUN(NAME print_list_tuple_02 LABELS cpython llvm c NOFAST)
454
454
RUN(NAME print_list_tuple_03 LABELS cpython llvm c NOFAST)
455
455
456
456
# CPython and LLVM
457
- RUN(NAME const_01 LABELS cpython llvm c)
458
- RUN(NAME const_02 LABELS cpython llvm c)
457
+ RUN(NAME const_01 LABELS cpython llvm c wasm )
458
+ RUN(NAME const_02 LABELS cpython llvm c wasm )
459
459
RUN(NAME const_03 LABELS cpython llvm c
460
460
EXTRAFILES const_03b.c)
461
461
RUN(NAME const_04 LABELS cpython llvm c)
Original file line number Diff line number Diff line change @@ -13,6 +13,11 @@ def test_const_variables():
13
13
ycf : Const [f64 ] = 3.0
14
14
yf : f64 = 3.0
15
15
16
+ print (xci , xi )
17
+ print (yci , yi )
18
+ print (xcf , xf )
19
+ print (ycf , yf )
20
+
16
21
assert xci == xi
17
22
assert yci == yi
18
23
assert xcf == xf
You can’t perform that action at this time.
0 commit comments