Remove `borrowck_graphviz_postflow` from test

This commit is contained in:
Dylan MacKenzie 2019-10-02 15:35:59 -07:00
parent 2daa404e9a
commit 4d9b4b4769
1 changed files with 0 additions and 1 deletions

View File

@ -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: [],