Skip to content

Commit 837d9a9

Browse files
committed
format
1 parent e3c5467 commit 837d9a9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/testclangimport.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ class TestClangImport : public TestFixture {
8484
TEST_CASE(cxxStdInitializerListExpr);
8585
TEST_CASE(cxxThrowExpr);
8686
*/
87-
TEST_CASE(defaultStmt);
88-
TEST_CASE(doStmt);
87+
TEST_CASE(defaultStmt);
88+
TEST_CASE(doStmt);
8989
TEST_CASE(enumDecl1);
9090
TEST_CASE(enumDecl2);
9191
TEST_CASE(enumDecl4);
@@ -675,7 +675,7 @@ class TestClangImport : public TestFixture {
675675
" `-IntegerLiteral 0x3701770 <col:20> 'int' 1";
676676
ASSERT_EQUALS("void foo ( ) { throw 1 ; }", parse(clang));
677677
}
678-
*/
678+
*/
679679
void defaultStmt() {
680680
// This json dump was generated by tools/testclangimport.py
681681
// code: int foo ( int rc ) { switch ( rc ) { default : return 1 ; } }

0 commit comments

Comments
 (0)