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
-// 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