summaryrefslogtreecommitdiff
path: root/test/wasm/debuginfo.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm/debuginfo.test')
-rw-r--r--test/wasm/debuginfo.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/wasm/debuginfo.test b/test/wasm/debuginfo.test
index ce68a03bcbcec..3e07ad960842e 100644
--- a/test/wasm/debuginfo.test
+++ b/test/wasm/debuginfo.test
@@ -43,7 +43,7 @@ CHECK-NEXT: DW_AT_name ("hi_foo.c")
CHECK: DW_TAG_variable
CHECK-NEXT: DW_AT_name ("y")
-CHECK-NEXT: DW_AT_type (0x00000097 "int[]")
+CHECK-NEXT: DW_AT_type (0x00000097 "int[2]")
CHECK-NEXT: DW_AT_external (true)
CHECK-NEXT: DW_AT_decl_file ("{{.*}}hi_foo.c")
CHECK-NEXT: DW_AT_decl_line (1)
@@ -65,7 +65,7 @@ CHECK-NEXT: DW_AT_encoding (DW_ATE_unsigned)
CHECK: DW_TAG_variable
CHECK-NEXT: DW_AT_name ("z")
-CHECK-NEXT: DW_AT_type (0x00000097 "int[]")
+CHECK-NEXT: DW_AT_type (0x00000097 "int[2]")
CHECK-NEXT: DW_AT_external (true)
CHECK-NEXT: DW_AT_decl_file ("{{.*}}hi_foo.c")
CHECK-NEXT: DW_AT_decl_line (8)