about summary refs log tree commit diff
path: root/src/test/debuginfo/enum-thinlto.rs
diff options
context:
space:
mode:
authorRich Kadel <richkadel@google.com>2020-06-15 16:44:23 -0700
committerGitHub <noreply@github.com>2020-06-15 16:44:23 -0700
commit395256a5dd74ccef046083d6e025a6d046379040 (patch)
treeb5cfdca90f9475d68f44b52f0df8b8d417733287 /src/test/debuginfo/enum-thinlto.rs
parentd139a720a2c0ad7066c43edad6ec6c2aa9613740 (diff)
parentf315c35a77e40bd11ce81fedc0556be0f410bbf4 (diff)
downloadrust-395256a5dd74ccef046083d6e025a6d046379040.tar.gz
rust-395256a5dd74ccef046083d6e025a6d046379040.zip
Merge pull request #3 from rust-lang/master
update from origin 2020-06-15
Diffstat (limited to 'src/test/debuginfo/enum-thinlto.rs')
-rw-r--r--src/test/debuginfo/enum-thinlto.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/debuginfo/enum-thinlto.rs b/src/test/debuginfo/enum-thinlto.rs
index 9359e55dcee..b10e04a4a9e 100644
--- a/src/test/debuginfo/enum-thinlto.rs
+++ b/src/test/debuginfo/enum-thinlto.rs
@@ -15,7 +15,8 @@
 // lldb-command:run
 
 // lldb-command:print *abc
-// lldbg-check:(enum_thinlto::ABC) $0 = ABC { }
+// lldbg-check:(enum_thinlto::ABC) $0 =
+// lldbr-check:(enum_thinlto::ABC) *abc = (x = 0, y = 8970181431921507452)
 
 #![allow(unused_variables)]
 #![feature(omit_gdb_pretty_printer_section)]