summaryrefslogtreecommitdiff
path: root/test/importedSignCast.fromasm.clamp.no-opts
diff options
context:
space:
mode:
Diffstat (limited to 'test/importedSignCast.fromasm.clamp.no-opts')
-rw-r--r--test/importedSignCast.fromasm.clamp.no-opts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/importedSignCast.fromasm.clamp.no-opts b/test/importedSignCast.fromasm.clamp.no-opts
index c7cb282e8..0637c7517 100644
--- a/test/importedSignCast.fromasm.clamp.no-opts
+++ b/test/importedSignCast.fromasm.clamp.no-opts
@@ -1,10 +1,10 @@
(module
(type $FUNCSIG$ii (func (param i32) (result i32)))
- (import "env" "_emscripten_glIsTexture" (func $gm (param i32) (result i32)))
(import "env" "memory" (memory $0 256 256))
(import "env" "table" (table 1 1 anyfunc))
(import "env" "memoryBase" (global $memoryBase i32))
(import "env" "tableBase" (global $tableBase i32))
+ (import "env" "_emscripten_glIsTexture" (func $gm (param i32) (result i32)))
(elem (get_global $tableBase) $gm)
(export "func" (func $func))
(func $func (; 1 ;)