tests: create a directory before creating files in it

Swift SVN r25676
This commit is contained in:
Dmitri Hrybenko
2015-03-02 09:32:00 +00:00
parent eaedde76ff
commit 74792d03f9

View File

@@ -1,3 +1,4 @@
// RUN: rm -rf %t && mkdir %t
// RUN: %target-build-swift %s -Xfrontend -enable-c-function-pointers -o %t/a.out
// RUN: %target-run %t/a.out | FileCheck %s