From: Benjamin Kramer Date: Fri, 28 Jan 2011 18:28:30 +0000 (+0000) Subject: Make the FreeBSD driver test more robust so it doesn't fail when there's a single... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76a6d509455729de6cf1efa2a4691de50a9c87bb;p=clang Make the FreeBSD driver test more robust so it doesn't fail when there's a single lib32 path. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124494 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/freebsd.c b/test/Driver/freebsd.c index 43c034b106..4adfe88abb 100644 --- a/test/Driver/freebsd.c +++ b/test/Driver/freebsd.c @@ -16,4 +16,4 @@ // RUN: %clang -ccc-host-triple x86_64-pc-freebsd8 -m32 -print-search-dirs %s > %t // RUN: FileCheck --check-prefix=CHECK-LIB32PATHS < %t %s // -// CHECK-LIB32PATHS: libraries: ={{.*}}:/usr/lib32 +// CHECK-LIB32PATHS: libraries: ={{.*:?}}/usr/lib32