Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c4f7150

Browse files
committed
++
1 parent 980190a commit c4f7150

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/const_finder/test/const_finder_test.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,22 +140,22 @@ void _checkNonConsts() {
140140
},
141141
<String, dynamic>{
142142
'file': 'file://$fixtures/lib/consts_and_non.dart',
143-
'line': 17,
143+
'line': 16,
144144
'column': 26,
145145
},
146146
<String, dynamic>{
147147
'file': 'file://$fixtures/lib/consts_and_non.dart',
148-
'line': 17,
148+
'line': 16,
149149
'column': 41,
150150
},
151151
<String, dynamic>{
152152
'file': 'file://$fixtures/lib/consts_and_non.dart',
153-
'line': 19,
153+
'line': 17,
154154
'column': 26,
155155
},
156156
<String, dynamic>{
157157
'file': 'file://$fixtures/pkg/package.dart',
158-
'line': 14,
158+
'line': 13,
159159
'column': 25,
160160
}
161161
]

0 commit comments

Comments
 (0)