summaryrefslogtreecommitdiff
path: root/test/lit/merge/memory_data.wat.second
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/merge/memory_data.wat.second')
-rw-r--r--test/lit/merge/memory_data.wat.second6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lit/merge/memory_data.wat.second b/test/lit/merge/memory_data.wat.second
index 8af6ba36d..4a738877d 100644
--- a/test/lit/merge/memory_data.wat.second
+++ b/test/lit/merge/memory_data.wat.second
@@ -1,11 +1,11 @@
(module
+ ;; Test that the import remains
+ (import "import" "mem" (memory $imported 10000))
+
(memory $other 100)
(memory $bar 1000)
- ;; Test that the import remains
- (import "import" "mem" (memory $imported 10000))
-
(data $a (memory $other) (i32.const 0) "a2")
(data $b (memory $bar) (i32.const 0) "b2")