Skip to content

Commit

Permalink
Update regression test to explicit enable EndRegion emission.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed Sep 5, 2017
1 parent 8da717d commit c11f3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/mir-opt/issue-43457.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.

// compile-flags: -Z identify_regions -Z span_free_formats
// compile-flags: -Z identify_regions -Z span_free_formats -Z emit-end-regions
// ignore-tidy-linelength

// Regression test for #43457: an `EndRegion` was missing from output
Expand Down

0 comments on commit c11f3e3

Please sign in to comment.