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:
Erich Keane 2019-06-03 19:57:52 +00:00
parent c24a2f4ad9
commit dd0adae65a
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ public:
};
}
namespace FuncPointerReferenceConverts
namespace FuncPointerReferenceConverts {
void FuncToBeRefed();
#ifndef CPP17