Skip to content

Commit

Permalink
Fix type name difference between i686 and x86_64 for test
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleywiser committed Jul 2, 2021
1 parent 721b622 commit c1601dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/debuginfo/basic-types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
// cdb-command:dx b
// cdb-check:b : false [Type: bool]
// cdb-command:dx i
// cdb-check:i : -1 [Type: __int64]
// cdb-check:i : -1 [Type: [...]]
// The variable 'c' doesn't appear for some reason...
// cdb-command:dx i8
// cdb-check:i8 : 68 [Type: char]
Expand Down

0 comments on commit c1601dc

Please sign in to comment.