r213165 - Expand the wildcard expansion test to also cover '?'

Hans Wennborg hans at hanshq.net
Wed Jul 16 09:14:12 PDT 2014


Author: hans
Date: Wed Jul 16 11:14:09 2014
New Revision: 213165

URL: http://llvm.org/viewvc/llvm-project?rev=213165&view=rev
Log:
Expand the wildcard expansion test to also cover '?'

Modified:
    cfe/trunk/test/Driver/windows-wildcard-expansion.c

Modified: cfe/trunk/test/Driver/windows-wildcard-expansion.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/windows-wildcard-expansion.c?rev=213165&r1=213164&r2=213165&view=diff
==============================================================================
--- cfe/trunk/test/Driver/windows-wildcard-expansion.c (original)
+++ cfe/trunk/test/Driver/windows-wildcard-expansion.c Wed Jul 16 11:14:09 2014
@@ -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





More information about the cfe-commits mailing list