Skip to content

Commit e926257

Browse files
committed
remove non-relevant test case
1 parent 74b4d79 commit e926257

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

tests/compiler/literals-hexfloat.debug.wat

-5
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,6 @@
116116
f64.const -0.0625
117117
f64.eq
118118
drop
119-
i32.const -1
120-
f64.convert_i32_s
121-
f64.const -1
122-
f64.eq
123-
drop
124119
f64.const -0.5
125120
f64.const -0.5
126121
f64.eq

tests/compiler/literals-hexfloat.ts

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ assert(-0x0.0p2 == -0.0 && Math.signbit(-0x0.0p2));
2727
assert(-0x0.1p4 == -1.0);
2828
assert(-0x1.1 == -1.0625);
2929
assert(-0x0.1 == -0.0625);
30-
assert(-0x1 == -1.0);
3130
assert(-0x1p-1 == -0.5);
3231
assert(-0x1p1 == -2.0);
3332
assert(-0x1p+8 == -256);

0 commit comments

Comments
 (0)