Skip to content

Commit

Permalink
Disable rustfix temporarily on extern-const.rs
Browse files Browse the repository at this point in the history
`src/test/ui/extern/extern-const.rs` seems to have an inconsistent behaviour across build configurations, possibly non-deterministically. This is tracked in issue 54388.

For this PR, disable running rustfix on it because it failed on CI, until that issue is fixed.
  • Loading branch information
lqd committed Sep 20, 2018
1 parent e90c942 commit 3bdba74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
25 changes: 0 additions & 25 deletions src/test/ui/extern/extern-const.fixed

This file was deleted.

2 changes: 1 addition & 1 deletion src/test/ui/extern/extern-const.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// run-rustfix
// FIXME(#54388): re-enable rustfix later, when this test has consistent output across targets
// compile-flags: -Z continue-parse-after-error

extern "C" {
Expand Down

0 comments on commit 3bdba74

Please sign in to comment.