Skip to content

Commit 5b6ef86

Browse files
committed
test: loosen the test expectation
The test expects the output location to be temp directory layout which may not be the case. Loosen the test to enable moving the temporary directory.
1 parent ced7dc1 commit 5b6ef86

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)