Index: third_party/pkg/angular/perf/dom/_perf.dart |
diff --git a/third_party/pkg/angular/perf/dom/_perf.dart b/third_party/pkg/angular/perf/dom/_perf.dart |
deleted file mode 100644 |
index 7701331a44415f49d756ad907d57f93189adf965..0000000000000000000000000000000000000000 |
--- a/third_party/pkg/angular/perf/dom/_perf.dart |
+++ /dev/null |
@@ -1,22 +0,0 @@ |
-import '../../test/_specs.dart' as perf; |
-import '../../test/jasmine_syntax.dart' as jasmine; |
-import '../_perf.dart' hide xtime, time; |
-import 'package:angular/mock/module.dart'; |
- |
-export '../../test/_specs.dart'; |
-export 'package:angular/mock/module.dart'; |
- |
-_noop() => null; |
- |
-time(name, body, {verify:_noop, cleanUp:_noop}) { |
- body(); |
- verify(); |
- cleanUp(); |
- |
- dump('$name: => ${statMeasure(() { body(); cleanUp(); })}'); |
-} |
- |
-main() { |
- jasmine.main(); |
- perf.main(); |
-} |