diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2019-07-03 06:30:28 +0900 |
|---|---|---|
| committer | Yuki Okushi <huyuumi.dev@gmail.com> | 2019-07-03 06:30:28 +0900 |
| commit | c004451a209dce4960fc295ff799e17f2630a00c (patch) | |
| tree | 36c14c401352da4755f01a5933c876c53eb52922 /src/test/incremental/remove_source_file | |
| parent | 848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1 (diff) | |
| download | rust-c004451a209dce4960fc295ff799e17f2630a00c.tar.gz rust-c004451a209dce4960fc295ff799e17f2630a00c.zip | |
Migrate compile-pass annotations to build-pass
Diffstat (limited to 'src/test/incremental/remove_source_file')
| -rw-r--r-- | src/test/incremental/remove_source_file/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/incremental/remove_source_file/main.rs b/src/test/incremental/remove_source_file/main.rs index 3af9c051892..b2411c0946f 100644 --- a/src/test/incremental/remove_source_file/main.rs +++ b/src/test/incremental/remove_source_file/main.rs @@ -6,7 +6,7 @@ // Note that we specify -g so that the SourceFiles actually get referenced by the // incr. comp. cache: // compile-flags: -Z query-dep-graph -g -// compile-pass +// build-pass (FIXME(62277): could be check-pass?) #![crate_type= "rlib"] |
