blob: 3977dc399c72d561aee030b15efff71d4f57857e [file] [log] [blame]
Hans Wennborg74332812014-07-16 00:55:31 +00001// Clang does wildcard expansion on Windows. On other OSs, it's done by the shell.
2// REQUIRES: system-windows
3
4// RUN: %clang -c -### %S/Inputs/wildcard*.c 2>&1 | FileCheck %s
Hans Wennborga6c062b2014-07-16 16:14:09 +00005// RUN: %clang -c -### %S/Inputs/wildcard?.c 2>&1 | FileCheck %s
Hans Wennborg74332812014-07-16 00:55:31 +00006// CHECK: wildcard1.c
7// CHECK: wildcard2.c