Skip to content

Commit

Permalink
Merge pull request dart-lang/matcher#31 from srawlins/unused-shown-names
Browse files Browse the repository at this point in the history
Removing unused shown names
  • Loading branch information
kevmoo committed Apr 10, 2016
2 parents bd36a8a + fb32f9f commit 915c1c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/matcher/test/operator_matchers_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
// BSD-style license that can be found in the LICENSE file.

import 'package:matcher/matcher.dart';
import 'package:test/test.dart'
show test, group, expect, throwsArgumentError;
import 'package:test/test.dart' show test, expect, throwsArgumentError;

import 'test_utils.dart';

Expand Down

0 comments on commit 915c1c9

Please sign in to comment.