From: Nico Weber Date: Fri, 16 Dec 2016 05:03:44 +0000 (+0000) Subject: attempt to fix bots after r289914/r289919 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f55006b1583b44602a10fdf9ebb5f1ab89af8c48;p=clang attempt to fix bots after r289914/r289919 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@289924 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/SemaTemplate/default-expr-arguments-3.cpp b/test/SemaTemplate/default-expr-arguments-3.cpp index 7d49ff8437..3fd6bcd1bd 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 {