[libcxx] [test] D27266: Remove spurious semicolons.
llvm-svn: 288750
This commit is contained in:
@@ -36,7 +36,7 @@ struct testbuf
|
||||
int main()
|
||||
{
|
||||
{ // sanity check
|
||||
testbuf<char> tb("");;
|
||||
testbuf<char> tb("");
|
||||
tb.pbackfail();
|
||||
}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user