From 0ca578e8043f23bfb4dc4ca7ca482859ed816d9c Mon Sep 17 00:00:00 2001 From: Nishanth Shanmugham Date: Wed, 28 Feb 2024 23:36:07 +0000 Subject: [PATCH] clean up test comment --- testdata/src/general/x/directive.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testdata/src/general/x/directive.go b/testdata/src/general/x/directive.go index df660ca..1cd9b69 100644 --- a/testdata/src/general/x/directive.go +++ b/testdata/src/general/x/directive.go @@ -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: @@ -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,