Expand test/Driver/at_file.c test to check that PR16209 is fixed.
authorHans Wennborg <hans@hanshq.net>
Tue, 23 Jul 2013 17:26:56 +0000 (17:26 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 23 Jul 2013 17:26:56 +0000 (17:26 +0000)
It was fixed by r186603.

llvm-svn: 186962

clang/test/Driver/at_file.c
clang/test/Driver/at_file.c.args
clang/test/Driver/at_file.c.args.utf16le

index ea9004c..0541ece 100644 (file)
@@ -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
index 8e73597..8739000 100644 (file)
@@ -10,3 +10,4 @@
 -D foo11
 -Dfoo12=zed12\
 -Dfoo13='one\\two'
+-Dfoo14='c:\foo\bar.c'
index a2ff024..c219c60 100644 (file)
Binary files a/clang/test/Driver/at_file.c.args.utf16le and b/clang/test/Driver/at_file.c.args.utf16le differ