Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit 16be70a

Browse files
committed
[hwasan] Remove --check-prefix=CHECK (NFC)
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@321141 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 0e12fa8 commit 16be70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hwasan/TestCases/halt-on-error.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clangxx_hwasan -O0 %s -o %t && not %env_hwasan_opts=halt_on_error=0 %run %t 2>&1 | FileCheck %s --check-prefix=CHECK
1+
// RUN: %clangxx_hwasan -O0 %s -o %t && not %env_hwasan_opts=halt_on_error=0 %run %t 2>&1 | FileCheck %s
22
// REQUIRES: stable-runtime
33

44
#include <stdlib.h>

0 commit comments

Comments
 (0)