diff --git a/compiler-rt/test/asan/TestCases/leaks.cpp b/compiler-rt/test/asan/TestCases/leaks.cpp --- a/compiler-rt/test/asan/TestCases/leaks.cpp +++ b/compiler-rt/test/asan/TestCases/leaks.cpp @@ -2,7 +2,6 @@ // REQUIRES: leak-detection // // RUN: %clangxx_asan -O0 %s -o %t -// RUN: not %run %t 0 2>&1 | FileCheck %s // RUN: not %run %t 1 2>&1 | FileCheck %s // RUN: not %run %t 1000 2>&1 | FileCheck %s // RUN: not %run %t 1000000 2>&1 | FileCheck %s