From 2d32f258999dda069aa8ba327ed5e22622c516bf Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Tue, 18 Feb 2014 23:25:20 +0000 Subject: [PATCH] Fix the Driver/cl-fallback.c test On machines that have cl.exe on PATH, the note will print the full path. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201613 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/cl-fallback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Driver/cl-fallback.c b/test/Driver/cl-fallback.c index f58aa3262f..2e59ccdbba 100644 --- a/test/Driver/cl-fallback.c +++ b/test/Driver/cl-fallback.c @@ -47,6 +47,6 @@ // RUN: not %clang_cl /fallback /c -- %s 2>&1 | \ // RUN: FileCheck -check-prefix=ErrNote %s -// ErrNote: note: falling back to cl.exe +// ErrNote: note: falling back to {{.*}}cl.exe #error "This fails to compile." -- 2.40.0