Skip to content

Commit 68b8879

Browse files
committed
Include Path in tested types
1 parent e7b63a5 commit 68b8879

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/compiletest/src/runtest.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1494,6 +1494,8 @@ impl<'test> TestCx<'test> {
14941494
"^(core::([a-z_]+::)+)RefMut<.+>$",
14951495
"^(core::([a-z_]+::)+)RefCell<.+>$",
14961496
"^core::num::([a-z_]+::)*NonZero.+$",
1497+
"^std::path::PathBuf$",
1498+
"^&(mut )?std::path::Path$",
14971499
];
14981500

14991501
// In newer versions of lldb, persistent results (the `$N =` part at the start of

0 commit comments

Comments
 (0)