Skip to content

Commit f5d12ae

Browse files
committed
Remove build-pass unnecessary comment
This removal was possible, because we tried to use `check-pass` instead and the tests failed, so we can clean these comments and only leave them on tests which could be changed to `check-pass`.
1 parent a45dedf commit f5d12ae

25 files changed

+25
-25
lines changed

src/test/incremental/hashes/call_expressions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// and make sure that the hash has changed, then change nothing between rev2 and
66
// rev3 and make sure that the hash has not changed.
77

8-
// build-pass (FIXME(62277): could be check-pass?)
8+
// build-pass
99
// revisions: cfail1 cfail2 cfail3
1010
// compile-flags: -Z query-dep-graph -Zincremental-ignore-spans
1111

src/test/incremental/hashes/closure_expressions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// and make sure that the hash has changed, then change nothing between rev2 and
66
// rev3 and make sure that the hash has not changed.
77

8-
// build-pass (FIXME(62277): could be check-pass?)
8+
// build-pass
99
// revisions: cfail1 cfail2 cfail3
1010
// compile-flags: -Z query-dep-graph -Zincremental-ignore-spans
1111

src/test/incremental/hashes/enum_constructors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// and make sure that the hash has changed, then change nothing between rev2 and
66
// rev3 and make sure that the hash has not changed.
77

8-
// build-pass (FIXME(62277): could be check-pass?)
8+
// build-pass
99
// revisions: cfail1 cfail2 cfail3
1010
// compile-flags: -Z query-dep-graph -Zincremental-ignore-spans
1111

src/test/incremental/hashes/exported_vs_not.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// build-pass (FIXME(62277): could be check-pass?)
1+
// build-pass
22
// revisions: cfail1 cfail2 cfail3
33
// compile-flags: -Z query-dep-graph -Zincremental-ignore-spans
44

src/test/incremental/hashes/for_loops.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// and make sure that the hash has changed, then change nothing between rev2 and
66
// rev3 and make sure that the hash has not changed.
77

8-
// build-pass (FIXME(62277): could be check-pass?)
8+
// build-pass
99
// revisions: cfail1 cfail2 cfail3
1010
// compile-flags: -Z query-dep-graph -Zincremental-ignore-spans
1111

src/test/incremental/hashes/function_interfaces.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// and make sure that the hash has changed, then change nothing between rev2 and
66
// rev3 and make sure that the hash has not changed.
77

8-
// build-pass (FIXME(62277): could be check-pass?)
8+
// build-pass
99
// revisions: cfail1 cfail2 cfail3
1010
// compile-flags: -Z query-dep-graph -Zincremental-ignore-spans
1111

src/test/incremental/hashes/if_expressions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// and make sure that the hash has changed, then change nothing between rev2 and
66
// rev3 and make sure that the hash has not changed.
77

8-
// build-pass (FIXME(62277): could be check-pass?)
8+
// build-pass
99
// revisions: cfail1 cfail2 cfail3
1010
// compile-flags: -Z query-dep-graph -Zincremental-ignore-spans
1111

src/test/incremental/hashes/inherent_impls.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// and make sure that the hash has changed, then change nothing between rev2 and
66
// rev3 and make sure that the hash has not changed.
77

8-
// build-pass (FIXME(62277): could be check-pass?)
8+
// build-pass
99
// revisions: cfail1 cfail2 cfail3
1010
// compile-flags: -Z query-dep-graph -Zincremental-ignore-spans
1111

src/test/incremental/hashes/inline_asm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// and make sure that the hash has changed, then change nothing between rev2 and
66
// rev3 and make sure that the hash has not changed.
77

8-
// build-pass (FIXME(62277): could be check-pass?)
8+
// build-pass
99
// revisions: cfail1 cfail2 cfail3
1010
// compile-flags: -Z query-dep-graph -Zincremental-ignore-spans
1111

src/test/incremental/hashes/let_expressions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// and make sure that the hash has changed, then change nothing between rev2 and
66
// rev3 and make sure that the hash has not changed.
77

8-
// build-pass (FIXME(62277): could be check-pass?)
8+
// build-pass
99
// revisions: cfail1 cfail2 cfail3
1010
// compile-flags: -Z query-dep-graph -Zincremental-ignore-spans
1111

0 commit comments

Comments
 (0)