We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c5467 commit 837d9a9Copy full SHA for 837d9a9
1 file changed
test/testclangimport.cpp
@@ -84,8 +84,8 @@ class TestClangImport : public TestFixture {
84
TEST_CASE(cxxStdInitializerListExpr);
85
TEST_CASE(cxxThrowExpr);
86
*/
87
- TEST_CASE(defaultStmt);
88
- TEST_CASE(doStmt);
+ TEST_CASE(defaultStmt);
+ TEST_CASE(doStmt);
89
TEST_CASE(enumDecl1);
90
TEST_CASE(enumDecl2);
91
TEST_CASE(enumDecl4);
@@ -675,7 +675,7 @@ class TestClangImport : public TestFixture {
675
" `-IntegerLiteral 0x3701770 <col:20> 'int' 1";
676
ASSERT_EQUALS("void foo ( ) { throw 1 ; }", parse(clang));
677
}
678
-*/
+ */
679
void defaultStmt() {
680
// This json dump was generated by tools/testclangimport.py
681
// code: int foo ( int rc ) { switch ( rc ) { default : return 1 ; } }
0 commit comments