From c11f3e36c8a39a181173688e9108c30dc6c51360 Mon Sep 17 00:00:00 2001 From: "Felix S. Klock II" Date: Fri, 1 Sep 2017 16:02:56 +0200 Subject: [PATCH] Update regression test to explicit enable `EndRegion` emission. --- src/test/mir-opt/issue-43457.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/mir-opt/issue-43457.rs b/src/test/mir-opt/issue-43457.rs index 2a36672a4577..3f0f5068577c 100644 --- a/src/test/mir-opt/issue-43457.rs +++ b/src/test/mir-opt/issue-43457.rs @@ -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