]> granicus.if.org Git - clang/commitdiff
Remove -Werror from test.
authorRafael Espindola <rafael.espindola@gmail.com>
Sat, 3 Jan 2015 00:28:47 +0000 (00:28 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sat, 3 Jan 2015 00:28:47 +0000 (00:28 +0000)
It is not needed since we FileCheck for the warning and -Werror itself can end up
unused.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@225102 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/clang-s-opts.s

index 56421fba46faf11da733b580ac65b8b5e7630114..f29270882f0ac98f01d60217b3928d52776bd746 100644 (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