]> granicus.if.org Git - clang/commitdiff
attempt to fix bots after r289914/r289919
authorNico Weber <nicolasweber@gmx.de>
Fri, 16 Dec 2016 05:03:44 +0000 (05:03 +0000)
committerNico Weber <nicolasweber@gmx.de>
Fri, 16 Dec 2016 05:03:44 +0000 (05:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@289924 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaTemplate/default-expr-arguments-3.cpp

index 7d49ff8437dd50f92b7d353b044e73111d6ccb97..3fd6bcd1bde312d20b42df4d5b6362683aba4803 100644 (file)
@@ -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 {