diff options
| author | Wesley Wiser <wesleywiser@microsoft.com> | 2021-07-02 10:31:22 -0400 |
|---|---|---|
| committer | Wesley Wiser <wesleywiser@microsoft.com> | 2021-07-02 10:31:22 -0400 |
| commit | c1601dcbc1b4c71a1485bf6f9ff7286a10da40d1 (patch) | |
| tree | b1573d3359dc971e7793462f7c32474d2003d177 /src | |
| parent | 721b622e075f8e36c048fb7f7ee689305c0c6d93 (diff) | |
| download | rust-c1601dcbc1b4c71a1485bf6f9ff7286a10da40d1.tar.gz rust-c1601dcbc1b4c71a1485bf6f9ff7286a10da40d1.zip | |
Fix type name difference between i686 and x86_64 for test
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/debuginfo/basic-types.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/debuginfo/basic-types.rs b/src/test/debuginfo/basic-types.rs index 57f9a8b86b6..c35c3255498 100644 --- a/src/test/debuginfo/basic-types.rs +++ b/src/test/debuginfo/basic-types.rs @@ -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] |
