Expand the wildcard expansion test to also cover '?'
authorHans Wennborg <hans@hanshq.net>
Wed, 16 Jul 2014 16:14:09 +0000 (16:14 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 16 Jul 2014 16:14:09 +0000 (16:14 +0000)
llvm-svn: 213165

clang/test/Driver/windows-wildcard-expansion.c

index 5824df0..3977dc3 100644 (file)
@@ -2,5 +2,6 @@
 // REQUIRES: system-windows
 
 // RUN: %clang -c -### %S/Inputs/wildcard*.c 2>&1 | FileCheck %s
+// RUN: %clang -c -### %S/Inputs/wildcard?.c 2>&1 | FileCheck %s
 // CHECK: wildcard1.c
 // CHECK: wildcard2.c