[test] Fix test: add in explicit mkdir

This commit is contained in:
Michael Ilseman
2018-10-15 10:35:23 -07:00
parent bacc7eecd5
commit 9b5eb23de3

View File

@@ -9,6 +9,7 @@
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
//
//===----------------------------------------------------------------------===//
// RUN: mkdir -p %t
// RUN: %target-build-swift %s -o %t/a.out
// RUN: %target-run %t/a.out %S/Inputs/NormalizationTest.txt
// REQUIRES: executable_test