From a93246b26510cd4f945c9746c3e135fb5e85fa0d Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Tue, 23 Jul 2013 17:26:56 +0000 Subject: [PATCH] Expand test/Driver/at_file.c test to check that PR16209 is fixed. It was fixed by r186603. llvm-svn: 186962 --- clang/test/Driver/at_file.c | 2 ++ clang/test/Driver/at_file.c.args | 1 + clang/test/Driver/at_file.c.args.utf16le | Bin 520 -> 568 bytes 3 files changed, 3 insertions(+) diff --git a/clang/test/Driver/at_file.c b/clang/test/Driver/at_file.c index ea9004c..0541ece 100644 --- a/clang/test/Driver/at_file.c +++ b/clang/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/clang/test/Driver/at_file.c.args b/clang/test/Driver/at_file.c.args index 8e73597..8739000 100644 --- a/clang/test/Driver/at_file.c.args +++ b/clang/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/clang/test/Driver/at_file.c.args.utf16le b/clang/test/Driver/at_file.c.args.utf16le index a2ff0240eeb8eb27353a156063f02f640b4befe2..c219c603a76a02294cf111eb81d731b88968f45f 100644 GIT binary patch delta 56 zcmeBR*}<}bgULXb!G$4>As+}08B7>#8Ppk)8LSv$pkgr$Neqb$MGSgCQFR7h1}+8w DFC__1 delta 7 OcmdnN(!sKUg9!i%0RjU6 -- 2.7.4