[llvm-config] Fix cflags test looking for "error"

This test is (I think) actually trying to make sure no errors are printed, but it hits on the string "error" in flags.

llvm-svn: 289484
This commit is contained in:
Chris Bieneman 2016-12-12 23:03:28 +00:00
parent 04418623fe
commit f07d05eccd
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ RUN: llvm-config --cppflags 2>&1 | FileCheck %s
RUN: llvm-config --cxxflags 2>&1 | FileCheck %s
CHECK: -I
CHECK: {{[/\\]}}include
CHECK-NOT: error
CHECK-NOT: error:
CHECK-NOT: warning