diff options
Diffstat (limited to 'test/importedSignCast.fromasm.clamp')
-rw-r--r-- | test/importedSignCast.fromasm.clamp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/importedSignCast.fromasm.clamp b/test/importedSignCast.fromasm.clamp index 5947d1448..aa9b54e81 100644 --- a/test/importedSignCast.fromasm.clamp +++ b/test/importedSignCast.fromasm.clamp @@ -9,7 +9,7 @@ (import "env" "__table_base" (global $__table_base i32)) (import "env" "_emscripten_glIsTexture" (func $gm (param i32) (result i32))) (export "func" (func $func)) - (func $func (; 1 ;) (; has Stack IR ;) + (func $func (; has Stack IR ;) (drop (call $gm (i32.const 0) |