r289924 - attempt to fix bots after r289914/r289919

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 15 21:03:44 PST 2016


Author: nico
Date: Thu Dec 15 23:03:44 2016
New Revision: 289924

URL: http://llvm.org/viewvc/llvm-project?rev=289924&view=rev
Log:
attempt to fix bots after r289914/r289919

Modified:
    cfe/trunk/test/SemaTemplate/default-expr-arguments-3.cpp

Modified: cfe/trunk/test/SemaTemplate/default-expr-arguments-3.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaTemplate/default-expr-arguments-3.cpp?rev=289924&r1=289923&r2=289924&view=diff
==============================================================================
--- cfe/trunk/test/SemaTemplate/default-expr-arguments-3.cpp (original)
+++ cfe/trunk/test/SemaTemplate/default-expr-arguments-3.cpp Thu Dec 15 23:03:44 2016
@@ -1,4 +1,8 @@
-// RUN: %clang_cc1 -std=c++14 -emit-llvm -o - %s
+// FIXME: Remove the next line after a bit; this test used to
+// write a .ll file and that confuses the bots. The next line
+// cleans that up.
+// RUN: rm -f %S/default-expr-arguments-3.ll
+// RUN: %clang_cc1 -std=c++14 -verify %s
 // expected-no-diagnostics
 
 namespace PR28795 {




More information about the cfe-commits mailing list