Skip to content

Commit

Permalink
Rollup merge of #65073 - ecstatic-morse:issue-65071, r=petrochenkov
Browse files Browse the repository at this point in the history
Remove `borrowck_graphviz_postflow` from test

Resolves #65071.

r? @petrochenkov
  • Loading branch information
Centril authored Oct 4, 2019
2 parents a16c637 + 1cda591 commit aacc89a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/test/ui/mir-dataflow/indirect-mutation-offset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ struct PartialInteriorMut {
}

#[rustc_mir(rustc_peek_indirectly_mutable,stop_after_dataflow)]
#[rustc_mir(borrowck_graphviz_postflow="indirect.dot")]
const BOO: i32 = {
let x = PartialInteriorMut {
zst: [],
Expand Down
2 changes: 1 addition & 1 deletion src/test/ui/mir-dataflow/indirect-mutation-offset.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
error: rustc_peek: bit not set
--> $DIR/indirect-mutation-offset.rs:35:14
--> $DIR/indirect-mutation-offset.rs:34:14
|
LL | unsafe { rustc_peek(x) };
| ^^^^^^^^^^^^^
Expand Down

0 comments on commit aacc89a

Please sign in to comment.