Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Sep 28, 2024
1 parent 2980a85 commit a1bbc9d
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions sbt-test/UnmooredDocComment/test-1/expect.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@
"endLine": 1,
"endColumn": 10
}
}, {
"message": "[UnmooredDocComment] unmoored doc comment for `Pkg.Body`",
"position": {
"line": 4,
"lineContent": "/** AAA */",
"sourcePath": "${BASE}/A.scala",
"startLine": 4,
"startColumn": 0,
"endLine": 4,
"endColumn": 10
}
}, {
"message": "[UnmooredDocComment] unmoored doc comment for `Term.Param`",
"position": {
Expand Down Expand Up @@ -64,4 +53,4 @@
"endLine": 24,
"endColumn": 16
}
}]
}]

0 comments on commit a1bbc9d

Please sign in to comment.