summaryrefslogtreecommitdiff
path: root/test/lit/merge/sourcemap.wat.second
diff options
context:
space:
mode:
Diffstat (limited to 'test/lit/merge/sourcemap.wat.second')
-rw-r--r--test/lit/merge/sourcemap.wat.second6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/lit/merge/sourcemap.wat.second b/test/lit/merge/sourcemap.wat.second
index 0ea7c75fa..3f1c110da 100644
--- a/test/lit/merge/sourcemap.wat.second
+++ b/test/lit/merge/sourcemap.wat.second
@@ -1,8 +1,8 @@
(module
- ;;@ b:1:2
+ ;;@ b:7:8
(func (export "g")
- ;;@ b:2:2
+ ;;@ b:9:10:MyClass::g
(nop)
- ;;@ b:3:2
+ ;;@ b:11:12
)
)