Fix test failures with older Clang versions

llvm-svn: 300132
This commit is contained in:
Eric Fiselier 2017-04-12 23:17:17 +00:00
parent 040af7deab
commit 1b39514444
2 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,8 @@
#include "test_macros.h"
struct Deleter {
Deleter() {}
void operator()(void*) const {}
int test() { return 5; }

View File

@ -18,6 +18,8 @@
#include "test_macros.h"
struct Deleter {
Deleter() {}
void operator()(void*) const {}
int test() { return 5; }