Fix type name difference between i686 and x86_64 for test

This commit is contained in:
Wesley Wiser 2021-07-02 10:31:22 -04:00
parent 721b622e07
commit c1601dcbc1

View file

@ -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]