Skip to content

Commit 6a9110a

Browse files
Don't output test artifacts into working directory
1 parent 2e6fc42 commit 6a9110a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ build/
5050
/target
5151
/src/bootstrap/target
5252
/src/tools/x/target
53-
/inc-fat/
5453
# Created by default with `src/ci/docker/run.sh`
5554
/obj/
5655
/rustc-ice*

Diff for: tests/ui/lto/debuginfo-lto-alloc.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
// that compilation is successful.
1010

1111
//@ check-pass
12-
//@ compile-flags: --test -C debuginfo=2 -C lto=fat -C incremental=inc-fat
12+
//@ compile-flags: --test -C debuginfo=2 -C lto=fat
13+
//@ incremental
1314

1415
extern crate alloc;
1516

0 commit comments

Comments
 (0)