Skip to content

Commit

Permalink
clean up test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nishanths committed Feb 28, 2024
1 parent b972c9c commit 0ca578e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testdata/src/general/x/directive.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ func _() {
var d Direction

// This comment should not produce an diagnostic (note unknown prefix "exhauster:"
//instead of "exhaustive:".
// instead of "exhaustive:").
//exhauster:foo
switch d {
case N:
Expand All @@ -16,7 +16,7 @@ func _() {
}

// This comment should not produce an diagnostic (note unknown prefix "exhauster:"
//instead of "exhaustive:".
// instead of "exhaustive:").
//exhauster:foo
_ = map[Direction]int{
N: 1,
Expand Down

0 comments on commit 0ca578e

Please sign in to comment.