diff options
| author | Michael Woerister <michaelwoerister@gmail> | 2013-07-11 12:51:47 +0200 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@gmail> | 2013-07-19 07:57:38 +0200 |
| commit | e0108a47abcd1977670aa2ca0e5e88321cf789bf (patch) | |
| tree | e70ec40498b682d88b4496cc7588c7a68a74341b /src/test/debug-info/struct-style-enum.rs | |
| parent | 70e5c08e39564b1ce69aeadb287fc4296ebdf04a (diff) | |
| download | rust-e0108a47abcd1977670aa2ca0e5e88321cf789bf.tar.gz rust-e0108a47abcd1977670aa2ca0e5e88321cf789bf.zip | |
debuginfo: DI generation for enums uses adt::represent_type() now.
Diffstat (limited to 'src/test/debug-info/struct-style-enum.rs')
| -rw-r--r-- | src/test/debug-info/struct-style-enum.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/debug-info/struct-style-enum.rs b/src/test/debug-info/struct-style-enum.rs index 2be15e0f80f..972772b07d2 100644 --- a/src/test/debug-info/struct-style-enum.rs +++ b/src/test/debug-info/struct-style-enum.rs @@ -24,7 +24,7 @@ // check:$3 = {{Case3, a = 0, b = 22873, c = 22873, d = 22873, e = 22873}, {Case3, a = 0, b = 1499027801, c = 1499027801}, {Case3, a = 0, b = 6438275382588823897}} // debugger:print univariant -// check:$4 = {{a = -1}} +// check:$4 = {a = -1} // The first element is to ensure proper alignment, irrespective of the machines word size. Since // the size of the discriminant value is machine dependent, this has be taken into account when |
