forked from OSchip/llvm-project
Fix test failure from r362435
Apparently I forgot to do an open brace in a namespace, so we get an error about an extra closing brace. llvm-svn: 362443
This commit is contained in:
parent
c24a2f4ad9
commit
dd0adae65a
|
|
@ -89,7 +89,7 @@ public:
|
|||
};
|
||||
}
|
||||
|
||||
namespace FuncPointerReferenceConverts
|
||||
namespace FuncPointerReferenceConverts {
|
||||
void FuncToBeRefed();
|
||||
|
||||
#ifndef CPP17
|
||||
|
|
|
|||
Loading…
Reference in New Issue