mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 01:58:44 +08:00
Adding a test case for the working-directory fix
llvm-svn: 151014
This commit is contained in:
4
clang/test/Driver/working-directory.c
Normal file
4
clang/test/Driver/working-directory.c
Normal 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"}
|
||||
Reference in New Issue
Block a user