[XRay][compiler-rt] Update test to account for change in logging format.

Fixes build breakage for some bots after we've started logging both the
process id and the thread id.

llvm-svn: 308701
This commit is contained in:
Dean Michael Berris
2017-07-21 00:30:04 +00:00
parent c12c5487e2
commit d8e12128dc

View File

@@ -31,7 +31,7 @@ int main(int argc, char *argv[]) {
t2.join();
__xray_log_finalize();
__xray_log_flushLog();
// CHECK: =={{[0-9]+}}==XRay: Log file in '{{.*}}'
// CHECK: {{.*}}XRay: Log file in '{{.*}}'
}
// We want to make sure that the order of the function log doesn't matter.