summaryrefslogtreecommitdiffstats
path: root/test/Driver/linker-opts.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Driver/linker-opts.c')
-rw-r--r--test/Driver/linker-opts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/linker-opts.c b/test/Driver/linker-opts.c
index 85e180c..2a96a17 100644
--- a/test/Driver/linker-opts.c
+++ b/test/Driver/linker-opts.c
@@ -1,5 +1,5 @@
// RUN: env LIBRARY_PATH=%T/test1 %clang -x c %s -### 2>&1 | FileCheck %s
-// CHECK: "-L" "{{.*}}/test1"
+// CHECK: "-L{{.*}}/test1"
// GCC driver is used as linker on cygming. It should be aware of LIBRARY_PATH.
// XFAIL: cygwin,mingw32,win32
OpenPOWER on IntegriCloud