Fix vexing parse in test.

llvm-svn: 225633
This commit is contained in:
Eric Fiselier 2015-01-12 15:56:41 +00:00
parent cfab40f95b
commit 4fc4864bbd
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@
int main()
{
std::experimental::erased_type e();
std::experimental::erased_type e;
}