Skip to content

Commit

Permalink
cleanup, missed updates from previous merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Apr 28, 2016
1 parent 8f5d855 commit eb40dcc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
analyzer: ^0.27.1
barback: ^0.15.0
code_transformers: ^0.4.1
crypto: ^1.0.0
crypto: ">=0.9.2 <2.0.0"
logging: ^0.11.2
glob: ^1.1.0
path: ^1.1.0
Expand Down
2 changes: 0 additions & 2 deletions test/analyzer/resolver_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ void main() {
} ''',
},
messages: [
// First from the AST walker
'[WARNING] a|web/main.dart: $warningMessage "/b.dart"',
'[WARNING] a|web/main.dart: $warningMessage "/b.dart"',
],
validator: (resolver) {
Expand Down

0 comments on commit eb40dcc

Please sign in to comment.