Skip to content

Commit 03f5f01

Browse files
committed
test/Frontend/filelist.swift: don't fail if a temporary file does not exist
1 parent ad94542 commit 03f5f01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Frontend/filelist.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: rm %t.txt
1+
// RUN: rm -rf %t.txt
22
// RUN: echo '%S/Inputs/filelist-other.swift' >> %t.txt
33
// RUN: echo '%s' >> %t.txt
44
// RUN: echo '%S/../Inputs/empty.swift' >> %t.txt
@@ -10,4 +10,4 @@ func test() {
1010
// compiled.
1111
// CHECK: error: cannot convert value of type 'Bar' to specified type 'Foo'
1212
let x: Foo = other()
13-
}
13+
}

0 commit comments

Comments
 (0)