Skip to content

Commit 11f2e20

Browse files
committed
remove hello.rs
1 parent 265c02f commit 11f2e20

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/ui/include-macros/parent_dir.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
fn main() {
44
let _ = include_str!("include-macros/file.txt"); //~ ERROR couldn't read
55
//~^HELP different directory
6-
let _ = include_str!("hello.rs"); //~ ERROR couldn't read
7-
//~^HELP different directory
86
let _ = include_bytes!("../../data.bin"); //~ ERROR couldn't read
97
//~^HELP different directory
108
let _ = include_str!("tests/ui/include-macros/file.txt"); //~ ERROR couldn't read

0 commit comments

Comments
 (0)