]> git.lizzy.rs Git - rust.git/blobdiff - src/test/debuginfo/thread.rs
Pin panic-in-drop=abort test to old pass manager
[rust.git] / src / test / debuginfo / thread.rs
index af35ad6af0710f58108628c6db2a41e0328e2a18..531c37a3421198939bb94ed5a983cd24d1eae917 100644 (file)
@@ -9,8 +9,8 @@
 // cdb-command:g
 //
 // cdb-command:dx join_handle,d
-// cdb-check:join_handle,d    [Type: std::thread::JoinHandle<tuple<>>]
-// cdb-check:    [...] __0              [Type: std::thread::JoinInner<tuple<>>]
+// cdb-check:join_handle,d    [Type: std::thread::JoinHandle<tuple$<> >]
+// cdb-check:    [...] __0              [Type: std::thread::JoinInner<tuple$<> >]
 //
 // cdb-command:dx t,d
 // cdb-check:t,d              : [...] [Type: std::thread::Thread *]