From 222e2a7620e6520ffaf4fc4e69d79c18da31542e Mon Sep 17 00:00:00 2001 From: "Zancanaro; Carlo" Date: Mon, 24 Sep 2012 09:58:17 +1000 Subject: Add the clang library to the repo (with some of my changes, too). --- clang/test/ARCMT/migrate-space-in-path.m | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 clang/test/ARCMT/migrate-space-in-path.m (limited to 'clang/test/ARCMT/migrate-space-in-path.m') diff --git a/clang/test/ARCMT/migrate-space-in-path.m b/clang/test/ARCMT/migrate-space-in-path.m new file mode 100644 index 0000000..89dfe14 --- /dev/null +++ b/clang/test/ARCMT/migrate-space-in-path.m @@ -0,0 +1,6 @@ +// RUN: rm -rf %t.migrate +// RUN: %clang_cc1 -arcmt-migrate -mt-migrate-directory %t.migrate %S/"with space"/test1.m.in -x objective-c +// RUN: %clang_cc1 -arcmt-migrate -mt-migrate-directory %t.migrate %S/"with space"/test2.m.in -x objective-c +// RUN: c-arcmt-test -mt-migrate-directory %t.migrate | arcmt-test -verify-transformed-files %S/"with space"/test1.m.in.result %S/"with space"/test2.m.in.result %S/"with space"/test.h.result +// RUN: rm -rf %t.migrate +// DISABLE: mingw32 -- cgit v1.2.3