Remove -Werror from test.

It is not needed since we FileCheck for the warning and -Werror itself can end up
unused.

llvm-svn: 225102
This commit is contained in:
Rafael Espindola 2015-01-03 00:28:47 +00:00
parent 577637a6af
commit f733b422d0
1 changed files with 2 additions and 2 deletions
clang/test/Driver

View File

@ -1,4 +1,4 @@
// RUN: %clang -### -c -Werror -flto -fno-lto %s 2>&1 | FileCheck %s
// RUN: %clang -### -c -Werror -flto -fno-lto -fno-integrated-as %s 2>&1 | FileCheck %s
// RUN: %clang -### -c -flto -fno-lto %s 2>&1 | FileCheck %s
// RUN: %clang -### -c -flto -fno-lto -fno-integrated-as %s 2>&1 | FileCheck %s
// CHECK-NOT: argument unused during compilation