diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-07-04 01:38:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-04 01:38:58 +0200 |
| commit | 919349701a2136b3fdd54aaaffcd516ece409fdc (patch) | |
| tree | a8ad03b538f53647f545552e8ffcc021670021a1 /src/test/incremental/hashes/function_interfaces.rs | |
| parent | 4049a3cf1b7f35a314eb1cab795b4e9acd5628a6 (diff) | |
| parent | c004451a209dce4960fc295ff799e17f2630a00c (diff) | |
| download | rust-919349701a2136b3fdd54aaaffcd516ece409fdc.tar.gz rust-919349701a2136b3fdd54aaaffcd516ece409fdc.zip | |
Rollup merge of #62317 - JohnTitor:move-tests-to-build-pass, r=Centril
Migrate `compile-pass` annotations to `build-pass` This is a part of #62277. As a first step, the `compile-pass` tests are migrated to `build-pass`. r? @cramertj cc @Centril
Diffstat (limited to 'src/test/incremental/hashes/function_interfaces.rs')
| -rw-r--r-- | src/test/incremental/hashes/function_interfaces.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/incremental/hashes/function_interfaces.rs b/src/test/incremental/hashes/function_interfaces.rs index 7850291fc56..84680a52ff3 100644 --- a/src/test/incremental/hashes/function_interfaces.rs +++ b/src/test/incremental/hashes/function_interfaces.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 |
