Skip to content

Commit a7a16d0

Browse files
committed
Fix testdata to work in 162 and 163 branches
1 parent eacdeb7 commit a7a16d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testData/inspections/go-empty-declaration/constVoidDeclaration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package main
22

3-
<warning descr="Empty declaration 'const( )'">const(
3+
<warning>const(
44

55
)<caret></warning>
66

0 commit comments

Comments
 (0)