summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Metzman <metzman@chromium.org>2019-04-30 17:58:58 +0000
committerJonathan Metzman <metzman@chromium.org>2019-04-30 17:58:58 +0000
commitc9e16f4502629749087e637b9cf68483441d612e (patch)
treea034a06b153a34b7ba9980a328c0b6d84dc854ca
parent387723b818c930232945c8d4e274fcc8cf8700a3 (diff)
downloadcompiler-rt-c9e16f4502629749087e637b9cf68483441d612e.tar.gz
remove extra zeros
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@359589 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/fuzzer/fork.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuzzer/fork.test b/test/fuzzer/fork.test
index 25d6c15ef..9de17f324 100644
--- a/test/fuzzer/fork.test
+++ b/test/fuzzer/fork.test
@@ -12,7 +12,7 @@ RUN: %cpp_compiler %S/OutOfMemoryTest.cpp -o %t-OutOfMemoryTest
RUN: not %run %t-OutOfMemoryTest -fork=1 -ignore_ooms=0 -rss_limit_mb=128 2>&1 | FileCheck %s --check-prefix=OOM
# access-violation is the error thrown on Windows. Address will be smaller on i386.
-CRASH: {{SEGV|access-violation}} on unknown address {{0x000000000000|0x00000000}}
+CRASH: {{SEGV|access-violation}} on unknown address 0x00000000
RUN: %cpp_compiler %S/ShallowOOMDeepCrash.cpp -o %t-ShallowOOMDeepCrash
RUN: not %run %t-ShallowOOMDeepCrash -fork=1 -rss_limit_mb=128 2>&1 | FileCheck %s --check-prefix=CRASH