diff options
Diffstat (limited to 'test/roundtrip/bulk-memory.txt')
-rw-r--r-- | test/roundtrip/bulk-memory.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/roundtrip/bulk-memory.txt b/test/roundtrip/bulk-memory.txt index 8d56ac10..3c932961 100644 --- a/test/roundtrip/bulk-memory.txt +++ b/test/roundtrip/bulk-memory.txt @@ -40,7 +40,7 @@ (data "hi") (elem funcref (ref.func 0) (ref.null)) - (elem funcref 1) + (elem func 1) ) (;; STDOUT ;;; @@ -73,6 +73,6 @@ (table (;0;) 0 funcref) (memory (;0;) 0) (elem (;0;) funcref (ref.func 0) (ref.null)) - (elem (;1;) funcref (ref.func 1)) + (elem (;1;) func 1) (data (;0;) "hi")) ;;; STDOUT ;;) |