diff options
Diffstat (limited to 'test/Driver/at_file.c')
-rw-r--r-- | test/Driver/at_file.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Driver/at_file.c b/test/Driver/at_file.c index 4ad2a5f..0541ece 100644 --- a/test/Driver/at_file.c +++ b/test/Driver/at_file.c @@ -1,5 +1,7 @@ // RUN: %clang -E %s @%s.args -o %t.log // RUN: FileCheck --input-file=%t.log %s +// RUN: %clang -E %s @%s.args.utf16le -o %t.log +// RUN: FileCheck --input-file=%t.log %s // CHECK: bar1 // CHECK-NEXT: bar2 zed2 @@ -13,6 +15,8 @@ // CHECK-NEXT: foo10"bar10"zed10 // CHECK: bar // CHECK: zed12 +// CHECK: one\two +// CHECK: c:\foo\bar.c foo1 foo2 @@ -28,3 +32,5 @@ foo10 bar #endif foo12 +foo13 +foo14 |