From 7a63900f4269656ac761e0a1d0318ba8fc328a2d Mon Sep 17 00:00:00 2001 From: Phlosioneer Date: Sat, 31 Mar 2018 20:35:11 -0400 Subject: [PATCH] Unignore borrowck test Unignores a test that has been fixed. See #44831 --- .../borrowck/borrowck-thread-local-static-borrow-outlives-fn.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/compile-fail/borrowck/borrowck-thread-local-static-borrow-outlives-fn.rs b/src/test/compile-fail/borrowck/borrowck-thread-local-static-borrow-outlives-fn.rs index df0a05dfaee0e..f2e6d51d064d1 100644 --- a/src/test/compile-fail/borrowck/borrowck-thread-local-static-borrow-outlives-fn.rs +++ b/src/test/compile-fail/borrowck/borrowck-thread-local-static-borrow-outlives-fn.rs @@ -8,7 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// ignore-test will be fixed later // revisions: ast mir //[mir]compile-flags: -Z borrowck=mir