Skip to content

Commit

Permalink
fix test content
Browse files Browse the repository at this point in the history
  • Loading branch information
nimakarimipour committed Nov 22, 2024
1 parent 84e73d6 commit ab4fc47
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ public void ignoreCommentsOnAnnotationEqualCheckTest() {
"package edu.ucr;",
"import javax.annotation.Nullable;",
"public class Test {",
" @Nullable @GuardedBy(\"this\") // Either a RuntimeException, non-fatal Error, or IOException.",
" private Throwable creationFailure;",
" @Nullable @GuardedBy(\"this\") // Either a RuntimeException, non-fatal Error, or IOException.",
" private Throwable creationFailure;",
"}")
.expectOutput(
"package edu.ucr;",
"import javax.annotation.Nullable;",
"public class Test {",
" @Nullable @GuardedBy(\"this\") // Either a RuntimeException, non-fatal Error, or IOException.",
" private Throwable creationFailure;",
" @Nullable @GuardedBy(\"this\") // Either a RuntimeException, non-fatal Error, or IOException.",
" private Throwable creationFailure;",
"}")
.addChanges(
new AddMarkerAnnotation(
Expand Down

0 comments on commit ab4fc47

Please sign in to comment.