[asan] Re-enable the use-after-scope-types.cc test on Darwin, now that r287028 fixed...
authorKuba Brecka <kuba.brecka@gmail.com>
Tue, 15 Nov 2016 21:08:51 +0000 (21:08 +0000)
committerKuba Brecka <kuba.brecka@gmail.com>
Tue, 15 Nov 2016 21:08:51 +0000 (21:08 +0000)
Differential Revision: https://reviews.llvm.org/D26537

llvm-svn: 287029

compiler-rt/test/asan/TestCases/use-after-scope-types.cc

index a30ee6e..ec6742b 100644 (file)
@@ -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 <stdlib.h>
 #include <string>
 #include <vector>