Fix vexing parse in test.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@225633 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier 2015-01-12 15:56:41 +00:00
parent 141dd0c245
commit fe079256b2

View File

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