mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
[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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user