[libcxx] [test] D27266: Remove spurious semicolons.

llvm-svn: 288750
This commit is contained in:
Stephan T. Lavavej
2016-12-06 01:14:06 +00:00
parent e9c728899f
commit fe4ca8c539
13 changed files with 27 additions and 27 deletions

View File

@@ -36,7 +36,7 @@ struct testbuf
int main()
{
{ // sanity check
testbuf<char> tb("");;
testbuf<char> tb("");
tb.pbackfail();
}
{