Skip to content

Commit a77d33e

Browse files
authored
Merge pull request #31523 from compnerd/temporaries
test: loosen the test expectation
2 parents 43715e7 + 5b6ef86 commit a77d33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Driver/profiling.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@
6666

6767
// RUN: %swiftc_driver -driver-print-jobs -profile-use=/dev/null %s | %FileCheck -check-prefix=USE_DEVNULL %s
6868
// USE_DEVNULL: swift
69-
// USE_DEVNULL: -profile-use={{/dev/null|(.*local\\\\temp\\\\.*profiling-[^ ]*.o)}}
69+
// USE_DEVNULL: -profile-use={{/dev/null|(.*profiling-[^ ]*.o)}}

0 commit comments

Comments
 (0)