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-in-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-in-enum.rs')
| -rw-r--r-- | src/test/debug-info/struct-in-enum.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/debug-info/struct-in-enum.rs b/src/test/debug-info/struct-in-enum.rs index c8ad621f6f0..6d4a40e193f 100644 --- a/src/test/debug-info/struct-in-enum.rs +++ b/src/test/debug-info/struct-in-enum.rs @@ -21,7 +21,7 @@ // check:$2 = {{Case2, 0, {x = 286331153, y = 286331153, z = 4369}}, {Case2, 0, 1229782938247303441, 4369}} // debugger:print univariant -// check:$3 = {{{x = 123, y = 456, z = 789}}} +// check:$3 = {{x = 123, y = 456, z = 789}} struct Struct { x: u32, |
