summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/hwasan/TestCases/halt-on-error.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hwasan/TestCases/halt-on-error.cc b/test/hwasan/TestCases/halt-on-error.cc
index ab90dbd43..7c3cc5c68 100644
--- a/test/hwasan/TestCases/halt-on-error.cc
+++ b/test/hwasan/TestCases/halt-on-error.cc
@@ -1,4 +1,4 @@
-// RUN: %clangxx_hwasan -O0 %s -o %t && not %env_hwasan_opts=halt_on_error=0 %run %t 2>&1 | FileCheck %s --check-prefix=CHECK
+// RUN: %clangxx_hwasan -O0 %s -o %t && not %env_hwasan_opts=halt_on_error=0 %run %t 2>&1 | FileCheck %s
// REQUIRES: stable-runtime
#include <stdlib.h>