From: Hans Wennborg Date: Tue, 23 Jul 2013 17:26:56 +0000 (+0000) Subject: Expand test/Driver/at_file.c test to check that PR16209 is fixed. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fb316ab6bf3ffc3f8d7aaac3d2091c319e1527d;p=clang Expand test/Driver/at_file.c test to check that PR16209 is fixed. It was fixed by r186603. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186962 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/at_file.c b/test/Driver/at_file.c index ea9004c9d5..0541ece88b 100644 --- a/test/Driver/at_file.c +++ b/test/Driver/at_file.c @@ -16,6 +16,7 @@ // CHECK: bar // CHECK: zed12 // CHECK: one\two +// CHECK: c:\foo\bar.c foo1 foo2 @@ -32,3 +33,4 @@ bar #endif foo12 foo13 +foo14 diff --git a/test/Driver/at_file.c.args b/test/Driver/at_file.c.args index 8e73597a6b..8739000e3c 100644 --- a/test/Driver/at_file.c.args +++ b/test/Driver/at_file.c.args @@ -10,3 +10,4 @@ -D foo11 -Dfoo12=zed12\ -Dfoo13='one\\two' +-Dfoo14='c:\foo\bar.c' diff --git a/test/Driver/at_file.c.args.utf16le b/test/Driver/at_file.c.args.utf16le index a2ff0240ee..c219c603a7 100644 Binary files a/test/Driver/at_file.c.args.utf16le and b/test/Driver/at_file.c.args.utf16le differ