Skip to content

Commit c1601dc

Browse files
committed
Fix type name difference between i686 and x86_64 for test
1 parent 721b622 commit c1601dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/debuginfo/basic-types.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
// cdb-command:dx b
104104
// cdb-check:b : false [Type: bool]
105105
// cdb-command:dx i
106-
// cdb-check:i : -1 [Type: __int64]
106+
// cdb-check:i : -1 [Type: [...]]
107107
// The variable 'c' doesn't appear for some reason...
108108
// cdb-command:dx i8
109109
// cdb-check:i8 : 68 [Type: char]

0 commit comments

Comments
 (0)