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

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