| commit | 8ba5f7c7fca2f169df82f4533bc7494c56381f6b | [log] [tgz] |
|---|---|---|
| author | Sam Rawlins <srawlins@google.com> | Tue Mar 08 17:22:47 2016 -0800 |
| committer | Sam Rawlins <srawlins@google.com> | Tue Mar 08 17:22:54 2016 -0800 |
| tree | e7e05a3f9189d6ff7cc9c76cfac1201eb6900abd | |
| parent | 91d98d80e0cc485672dfa5c3a66fdb15e91dc1f7 [diff] |
Fix unused import
diff --git a/pkgs/source_maps/test/run.dart b/pkgs/source_maps/test/run.dart index b37fdcd..477da8a 100755 --- a/pkgs/source_maps/test/run.dart +++ b/pkgs/source_maps/test/run.dart
@@ -7,7 +7,6 @@ import 'package:test/compact_vm_config.dart'; import 'package:test/test.dart'; -import 'dart:io' show Options; import 'builder_test.dart' as builder_test; import 'end2end_test.dart' as end2end_test;