Skip to content

Commit 1e524fb

Browse files
committed
change print-fuel ui test to check-pass
1 parent 51c2218 commit 1e524fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/ui/print-fuel/print-fuel.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
// (#55495: The --error-format is to sidestep an issue in our test harness)
55
// compile-flags: -C opt-level=0 --error-format human -Z print-fuel=foo
6-
// build-pass (FIXME(62277): could be check-pass?)
6+
// check-pass
77

88
struct S1(u8, u16, u8);
99
struct S2(u8, u16, u8);
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fuel used by foo: 6
1+
Fuel used by foo: 4

0 commit comments

Comments
 (0)