Skip to content

Commit

Permalink
fix deprecated library hint
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed May 13, 2016
1 parent dc17f1f commit 8a314e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/analyzer/resolver.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import 'dart:async';

import 'package:analyzer/analyzer.dart' show Expression;
import 'package:analyzer/dart/element/element.dart';
import 'package:analyzer/src/generated/constant.dart' show EvaluationResult;
import 'package:analyzer/src/generated/element.dart';
import 'package:code_transformers/resolver.dart' as code_transformers
show Resolver;
import 'package:source_maps/refactor.dart';
Expand Down
2 changes: 1 addition & 1 deletion tool/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set -e
# Verify that the libraries are error free, requires some strong mode changes
# that are only in the dev channel right now though.
if [ "$TRAVIS_DART_VERSION" != "stable" ]; then
dartanalyzer --fatal-warnings lib/build.dart
dartanalyzer --fatal-warnings lib/build.dart build_test/lib/build_test.dart
fi

# Run the tests.
Expand Down

0 comments on commit 8a314e1

Please sign in to comment.