Expand the wildcard expansion test to also cover '?'

llvm-svn: 213165
This commit is contained in:
Hans Wennborg 2014-07-16 16:14:09 +00:00
parent 8a7c47ff97
commit a6c062b283
1 changed files with 1 additions and 0 deletions

View 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