attempt to fix bots after r289914/r289919

llvm-svn: 289924
This commit is contained in:
Nico Weber 2016-12-16 05:03:44 +00:00
parent 11c2e6ee3a
commit 73fd493618
1 changed files with 5 additions and 1 deletions

View 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 {