[libFuzzer] simplify a test to make it pass on the bot
authorKostya Serebryany <kcc@google.com>
Fri, 26 Aug 2016 00:18:16 +0000 (00:18 +0000)
committerKostya Serebryany <kcc@google.com>
Fri, 26 Aug 2016 00:18:16 +0000 (00:18 +0000)
llvm-svn: 279796

llvm/lib/Fuzzer/test/fuzzer-printcovpcs.test

index bcc1c4d..a1ef2b7 100644 (file)
@@ -1,7 +1,7 @@
 RUN: LLVMFuzzer-SimpleTest -print_pcs=1 2>&1 | FileCheck %s --check-prefix=PCS
 PCS-NOT: NEW_PC
 PCS:INITED
-PCS:NEW_PC: {{0x[a-f0-9]+}} in LLVMFuzzerTestOneInput {{.*}}SimpleTest.cpp
+PCS:NEW_PC: {{0x[a-f0-9]+}}
 PCS:NEW
 PCS:BINGO