Skip to content

Commit 56662d6

Browse files
authored
Unrolled build for rust-lang#122448
Rollup merge of rust-lang#122448 - high-cloud:move-hir-tree, r=oli-obk Port hir-tree run-make test to ui test As part of rust-lang#121876 cc `@jieyouxu`
2 parents ca7d34e + 2575b8e commit 56662d6

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

src/tools/tidy/src/allowed_run_make_makefiles.txt

-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ run-make/foreign-exceptions/Makefile
8686
run-make/foreign-rust-exceptions/Makefile
8787
run-make/fpic/Makefile
8888
run-make/glibc-staticlib-args/Makefile
89-
run-make/hir-tree/Makefile
9089
run-make/inaccessible-temp-dir/Makefile
9190
run-make/include_bytes_deps/Makefile
9291
run-make/incr-add-rust-src-component/Makefile

tests/run-make/hir-tree/Makefile

-8
This file was deleted.

tests/run-make/hir-tree/input.rs

-3
This file was deleted.

tests/ui/unpretty/hir-tree.rs

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
//@ build-pass
2+
//@ compile-flags: -o - -Zunpretty=hir-tree
3+
//@ check-stdout
4+
//@ dont-check-compiler-stdout
5+
//@ dont-check-compiler-stderr
6+
//@ regex-error-pattern: Hello, Rustaceans!
7+
8+
fn main() {
9+
println!("Hello, Rustaceans!");
10+
}

0 commit comments

Comments
 (0)