From cf8d1fc3d815b55e7e56329acbfa5408fbf9c11c Mon Sep 17 00:00:00 2001 From: Kuba Brecka Date: Tue, 15 Nov 2016 21:08:51 +0000 Subject: [PATCH] [asan] Re-enable the use-after-scope-types.cc test on Darwin, now that r287028 fixed the llvm-symbolizer issue that broke this test. Differential Revision: https://reviews.llvm.org/D26537 llvm-svn: 287029 --- compiler-rt/test/asan/TestCases/use-after-scope-types.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/compiler-rt/test/asan/TestCases/use-after-scope-types.cc b/compiler-rt/test/asan/TestCases/use-after-scope-types.cc index a30ee6e..ec6742b 100644 --- a/compiler-rt/test/asan/TestCases/use-after-scope-types.cc +++ b/compiler-rt/test/asan/TestCases/use-after-scope-types.cc @@ -11,9 +11,6 @@ // RUN: not %run %t 9 2>&1 | FileCheck %s // RUN: not %run %t 10 2>&1 | FileCheck %s -// Temporarily disable to fix the bot. -// UNSUPPORTED: darwin - #include #include #include -- 2.7.4