]> git.proxmox.com Git - rustc.git/blobdiff - src/test/debuginfo/option-like-enum.rs
Imported Upstream version 1.2.0+dfsg1
[rustc.git] / src / test / debuginfo / option-like-enum.rs
index 65a83088d805102cdc156f37a9a80dd4b9465905..fba21d9a553ba80d7c341ac83170f7e274fd1a29 100644 (file)
@@ -67,7 +67,7 @@
 // lldb-check:[...]$5 = Void
 
 // lldb-command:print some_str
-// lldb-check:[...]$6 = Some(&str { data_ptr: [...], length: 3 })
+// lldb-check:[...]$6 = Some("abc")
 
 // lldb-command:print none_str
 // lldb-check:[...]$7 = None