Set an output file name for the override-new-delete.cpp test.

The android_compile.py script requires one.

llvm-svn: 362764
This commit is contained in:
Peter Collingbourne 2019-06-07 02:30:58 +00:00
parent c7029e4ef4
commit c7903b9f1e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clangxx_hwasan %s
// RUN: %clangxx_hwasan %s -o %t
#include <stddef.h>
#include <new>