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:
parent
141dd0c245
commit
fe079256b2
@ -13,5 +13,5 @@
|
|||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
std::experimental::erased_type e();
|
std::experimental::erased_type e;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user