Skip to content

Commit

Permalink
Kill final mutant
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Dec 18, 2023
1 parent a066f02 commit 683e321
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ void identification() {
" m(float.class.getCanonicalName());",
" m(double.class.getCanonicalName());",
" m(java.lang.Iterable.class.getCanonicalName());",
" m(CompilationTestHelper.class.toString());",
" // BUG: Diagnostic matches: USE_STRING_LITERAL",
" m(CompilationTestHelper.class.getCanonicalName());",
" // BUG: Diagnostic matches: USE_STRING_LITERAL",
Expand Down

0 comments on commit 683e321

Please sign in to comment.