From f55006b1583b44602a10fdf9ebb5f1ab89af8c48 Mon Sep 17 00:00:00 2001 From: Nico Weber <nicolasweber@gmx.de> Date: Fri, 16 Dec 2016 05:03:44 +0000 Subject: [PATCH] attempt to fix bots after r289914/r289919 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@289924 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/SemaTemplate/default-expr-arguments-3.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/SemaTemplate/default-expr-arguments-3.cpp b/test/SemaTemplate/default-expr-arguments-3.cpp index 7d49ff8437d..3fd6bcd1bde 100644 --- a/test/SemaTemplate/default-expr-arguments-3.cpp +++ b/test/SemaTemplate/default-expr-arguments-3.cpp @@ -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 { -- GitLab