Make the FreeBSD driver test more robust so it doesn't fail when there's a single lib32 path.

llvm-svn: 124494
This commit is contained in:
Benjamin Kramer 2011-01-28 18:28:30 +00:00
parent 775eec2280
commit ed3d85a7f0
1 changed files with 1 additions and 1 deletions

View File

@ -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