Skip to content

Commit d41322a

Browse files
committed
Allow temporary file without -###### postfix
1 parent 28a6d24 commit d41322a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Driver/driver-compile.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
// COMPLEX-DAG: -F /path/to/frameworks -Fsystem /path/to/systemframeworks -F /path/to/more/frameworks
7979
// COMPLEX-DAG: -I /path/to/headers -I path/to/more/headers
8080
// COMPLEX-DAG: -module-cache-path /tmp/modules
81-
// COMPLEX-DAG: -emit-reference-dependencies-path {{(.*(/|\\))?driver-compile[^ /]+}}.swiftdeps
81+
// COMPLEX-DAG: -emit-reference-dependencies-path {{(.*(/|\\))?driver-compile[^ /]*}}.swiftdeps
8282
// COMPLEX: -o {{.+}}.o
8383

8484

0 commit comments

Comments
 (0)