forked from OSchip/llvm-project
Expand the wildcard expansion test to also cover '?'
llvm-svn: 213165
This commit is contained in:
parent
8a7c47ff97
commit
a6c062b283
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue