From: Hans Wennborg Date: Wed, 16 Jul 2014 16:14:09 +0000 (+0000) Subject: Expand the wildcard expansion test to also cover '?' X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00bd3a18441f168ccde5d2db09073fec1e0e877c;p=clang Expand the wildcard expansion test to also cover '?' git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213165 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/windows-wildcard-expansion.c b/test/Driver/windows-wildcard-expansion.c index 5824df09fd..3977dc399c 100644 --- a/test/Driver/windows-wildcard-expansion.c +++ b/test/Driver/windows-wildcard-expansion.c @@ -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