forked from OSchip/llvm-project
Fix test failures with older Clang versions
llvm-svn: 300132
This commit is contained in:
parent
040af7deab
commit
1b39514444
|
@ -18,6 +18,8 @@
|
|||
#include "test_macros.h"
|
||||
|
||||
struct Deleter {
|
||||
Deleter() {}
|
||||
|
||||
void operator()(void*) const {}
|
||||
|
||||
int test() { return 5; }
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
#include "test_macros.h"
|
||||
|
||||
struct Deleter {
|
||||
Deleter() {}
|
||||
|
||||
void operator()(void*) const {}
|
||||
|
||||
int test() { return 5; }
|
||||
|
|
Loading…
Reference in New Issue