summaryrefslogtreecommitdiff
path: root/test/importedSignCast.fromasm.imprecise
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2018-11-01 13:34:53 -0700
committerGitHub <noreply@github.com>2018-11-01 13:34:53 -0700
commit77c66027f0dcbd7160f78c5de4943372836ab142 (patch)
tree582c3f937247c14b773e9364d5a901d9db9bcfdd /test/importedSignCast.fromasm.imprecise
parent7d3ddd09d5f68945160cda3f3749a217a13928bf (diff)
downloadbinaryen-77c66027f0dcbd7160f78c5de4943372836ab142.tar.gz
binaryen-77c66027f0dcbd7160f78c5de4943372836ab142.tar.bz2
binaryen-77c66027f0dcbd7160f78c5de4943372836ab142.zip
Emit imports before defined things in text format (#1715)
That is the correct order in the text format, wabt errors otherwise. See AssemblyScript/assemblyscript#310
Diffstat (limited to 'test/importedSignCast.fromasm.imprecise')
-rw-r--r--test/importedSignCast.fromasm.imprecise2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/importedSignCast.fromasm.imprecise b/test/importedSignCast.fromasm.imprecise
index 9ffe55510..50e936b8a 100644
--- a/test/importedSignCast.fromasm.imprecise
+++ b/test/importedSignCast.fromasm.imprecise
@@ -1,6 +1,6 @@
(module
(type $FUNCSIG$ii (func (param i32) (result i32)))
- (import "env" "table" (table 1 1 anyfunc))
+ (import "env" "table" (table $table 1 1 anyfunc))
(elem (get_global $tableBase) $gm)
(import "env" "tableBase" (global $tableBase i32))
(import "env" "_emscripten_glIsTexture" (func $gm (param i32) (result i32)))