Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Sep 14, 2020
1 parent 4890174 commit c1ec589
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions test/syntax_gtest_tests.cpp
Expand Up @@ -401,10 +401,8 @@ static void ExceptionFunction(int i)
return;
case 1:
throw 2;
break;
case 2:
throw ::std::bad_exception();
break;
case 3:
throw "error";
case 4:
Expand Down
2 changes: 0 additions & 2 deletions test/syntax_tests.cpp
Expand Up @@ -754,10 +754,8 @@ static void ExceptionFunction(int i)
return;
case 1:
throw 2;
break;
case 2:
throw ::std::bad_exception();
break;
case 3:
throw "error";
case 4:
Expand Down

0 comments on commit c1ec589

Please sign in to comment.