Adding a test case for the working-directory fix

llvm-svn: 151014
This commit is contained in:
Aaron Ballman
2012-02-21 00:56:50 +00:00
parent b786e7d099
commit 4284c36ef5

View File

@@ -0,0 +1,4 @@
// RUN: %clang -ccc-print-options -working-directory "C:\Test" input 2>&1 | FileCheck %s
// CHECK: Option 0 - Name: "-ccc-print-options", Values: {}
// CHECK: Option 1 - Name: "-working-directory", Values: {"C:\Test"}
// CHECK: Option 2 - Name: "<input>", Values: {"input"}