Fix a verifier test failure.

This test was accidentally relying on the bug that #485 fixed.
This commit is contained in:
Dan Gohman
2018-08-28 13:48:54 -07:00
parent eb439c9a68
commit 0d24641f21

View File

@@ -29,7 +29,7 @@ ebb0(v0: i64):
function %heap_bound_type(i64 vmctx) {
gv0 = vmctx+0
gv1 = deref(gv0): i16
heap0 = dynamic gv1, bound gv1, guard 0x1000, index_type i32 ; error: heap index type i32 differs from the type of its bound, i16
heap0 = dynamic gv0, bound gv1, guard 0x1000, index_type i32 ; error: heap index type i32 differs from the type of its bound, i16
ebb0(v0: i64):
return