Skip to content

Commit eb40dcc

Browse files
committed
cleanup, missed updates from previous merge
1 parent 8f5d855 commit eb40dcc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
analyzer: ^0.27.1
1212
barback: ^0.15.0
1313
code_transformers: ^0.4.1
14-
crypto: ^1.0.0
14+
crypto: ">=0.9.2 <2.0.0"
1515
logging: ^0.11.2
1616
glob: ^1.1.0
1717
path: ^1.1.0

test/analyzer/resolver_test.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,6 @@ void main() {
195195
} ''',
196196
},
197197
messages: [
198-
// First from the AST walker
199-
'[WARNING] a|web/main.dart: $warningMessage "/b.dart"',
200198
'[WARNING] a|web/main.dart: $warningMessage "/b.dart"',
201199
],
202200
validator: (resolver) {

0 commit comments

Comments
 (0)