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/hashes/while_let_loops.rs | |
| parent | 848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1 (diff) | |
| download | rust-c004451a209dce4960fc295ff799e17f2630a00c.tar.gz rust-c004451a209dce4960fc295ff799e17f2630a00c.zip | |
Migrate compile-pass annotations to build-pass
Diffstat (limited to 'src/test/incremental/hashes/while_let_loops.rs')
| -rw-r--r-- | src/test/incremental/hashes/while_let_loops.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/incremental/hashes/while_let_loops.rs b/src/test/incremental/hashes/while_let_loops.rs index 2d48707561c..af2066b90f1 100644 --- a/src/test/incremental/hashes/while_let_loops.rs +++ b/src/test/incremental/hashes/while_let_loops.rs @@ -5,7 +5,7 @@ // and make sure that the hash has changed, then change nothing between rev2 and // rev3 and make sure that the hash has not changed. -// compile-pass +// build-pass (FIXME(62277): could be check-pass?) // revisions: cfail1 cfail2 cfail3 // compile-flags: -Z query-dep-graph -Zincremental-ignore-spans |
