Chromium Code Reviews| Index: test/dart_codegen/expect/_internal/_internal |
| diff --git a/test/dart_codegen/expect/_internal/_internal b/test/dart_codegen/expect/_internal/_internal |
| deleted file mode 100644 |
| index c9b5ac1689f8e39d632546850c0de97d36218df4..0000000000000000000000000000000000000000 |
| --- a/test/dart_codegen/expect/_internal/_internal |
| +++ /dev/null |
| @@ -1,13 +0,0 @@ |
| -library dart._internal; |
| -import 'package:dev_compiler/runtime/dart_logging_runtime.dart' as DEVC$RT; |
| -import 'dart:collection'; |
| - import 'dart:core' hide Symbol; |
| - import 'dart:core' as core; |
| - import 'dart:math' show Random; |
| -part 'iterable.dart'; |
| - part 'list.dart'; |
| - part 'lists.dart'; |
| - part 'print.dart'; |
| - part 'sort.dart'; |
| - part 'symbol.dart'; |
| - const POWERS_OF_TEN = const [1.0, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, 10000000.0, 100000000.0, 1000000000.0, 10000000000.0, 100000000000.0, 1000000000000.0, 10000000000000.0, 100000000000000.0, 1000000000000000.0, 10000000000000000.0, 100000000000000000.0, 1000000000000000000.0, 10000000000000000000.0, 100000000000000000000.0, 1000000000000000000000.0, 10000000000000000000000.0]; |