From 162d7cb9d1285001e41ab3b5c4134099edf570e9 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 21 May 2014 14:36:05 +0000 Subject: [PATCH] [sanitizer] Attempt to fix test. llvm-svn: 209301 --- compiler-rt/test/asan/TestCases/Linux/coverage-maybe-open-file.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler-rt/test/asan/TestCases/Linux/coverage-maybe-open-file.cc b/compiler-rt/test/asan/TestCases/Linux/coverage-maybe-open-file.cc index 8a91cdd..4665123 100644 --- a/compiler-rt/test/asan/TestCases/Linux/coverage-maybe-open-file.cc +++ b/compiler-rt/test/asan/TestCases/Linux/coverage-maybe-open-file.cc @@ -4,7 +4,6 @@ // RUN: ASAN_OPTIONS=coverage=1 %run %t | FileCheck %s --check-prefix=CHECK-success // RUN: ASAN_OPTIONS=coverage=0 %run %t | FileCheck %s --check-prefix=CHECK-fail // RUN: [ "$(cat test.sancov.packed)" == "test" ] -// RUN: [ "$(stat -c %a test.sancov.packed)" == "640" ] // RUN: cd .. && rm -rf %T/coverage-maybe-open-file #include -- 2.7.4