From: Nico Weber Date: Tue, 26 Apr 2016 13:54:29 +0000 (+0000) Subject: Update test after LLVM r267556. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e05c14864f2104960958cc91fe909add7d09155;p=clang Update test after LLVM r267556. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@267557 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/at_file.c b/test/Driver/at_file.c index 0541ece88b..56cc5c684c 100644 --- a/test/Driver/at_file.c +++ b/test/Driver/at_file.c @@ -14,9 +14,9 @@ // CHECK-NEXT: foo9'bar9'zed9 // CHECK-NEXT: foo10"bar10"zed10 // CHECK: bar -// CHECK: zed12 +// CHECK: zed1 // CHECK: one\two -// CHECK: c:\foo\bar.c +// CHECK: c:foobar.c foo1 foo2 diff --git a/test/Driver/at_file.c.args b/test/Driver/at_file.c.args index 8739000e3c..ccedd8295c 100644 --- a/test/Driver/at_file.c.args +++ b/test/Driver/at_file.c.args @@ -8,6 +8,7 @@ -Dfoo9=foo9\'bar9\'zed9 -Dfoo10=foo10\"bar10\"zed10 -D foo11 --Dfoo12=zed12\ +-Dfoo12=zed1\ +2 -Dfoo13='one\\two' -Dfoo14='c:\foo\bar.c'