[sanitizer] Attempt to fix test.

llvm-svn: 209301
This commit is contained in:
Sergey Matveev 2014-05-21 14:36:05 +00:00
parent f5bbe27d28
commit 162d7cb9d1
1 changed files with 0 additions and 1 deletions

View File

@ -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 <stdio.h>