Skip to content

Commit

Permalink
change print-fuel ui test to check-pass
Browse files Browse the repository at this point in the history
  • Loading branch information
cjkenn committed Nov 18, 2020
1 parent 51c2218 commit 1e524fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/ui/print-fuel/print-fuel.rs
Expand Up @@ -3,7 +3,7 @@

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

struct S1(u8, u16, u8);
struct S2(u8, u16, u8);
Expand Down
2 changes: 1 addition & 1 deletion src/test/ui/print-fuel/print-fuel.stderr
@@ -1 +1 @@
Fuel used by foo: 6
Fuel used by foo: 4

0 comments on commit 1e524fb

Please sign in to comment.