Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: test/dart_codegen/expect/_internal/_internal

Issue 963593002: Disable formatting and add new-lines to make tests faster. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 library dart._internal; 1 library dart._internal;
2
3 import 'package:dev_compiler/runtime/dart_logging_runtime.dart' as DDC$RT; 2 import 'package:dev_compiler/runtime/dart_logging_runtime.dart' as DDC$RT;
4 import 'dart:collection'; 3 import 'dart:collection';
5 import 'dart:core' hide Symbol; 4 import 'dart:core' hide Symbol;
6 import 'dart:core' as core; 5 import 'dart:core' as core;
7 import 'dart:math' show Random; 6 import 'dart:math' show Random;
8 part 'iterable.dart'; 7 part 'iterable.dart';
9 part 'list.dart'; 8 part 'list.dart';
10 part 'lists.dart'; 9 part 'lists.dart';
11 part 'print.dart'; 10 part 'print.dart';
12 part 'sort.dart'; 11 part 'sort.dart';
13 part 'symbol.dart'; 12 part 'symbol.dart';
14 13 const POWERS_OF_TEN = const [1.0, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 10000 00.0, 10000000.0, 100000000.0, 1000000000.0, 10000000000.0, 100000000000.0, 1000 000000000.0, 10000000000000.0, 100000000000000.0, 1000000000000000.0, 1000000000 0000000.0, 100000000000000000.0, 1000000000000000000.0, 10000000000000000000.0, 100000000000000000000.0, 1000000000000000000000.0, 10000000000000000000000.0];
15 const POWERS_OF_TEN = const [
16 1.0,
17 10.0,
18 100.0,
19 1000.0,
20 10000.0,
21 100000.0,
22 1000000.0,
23 10000000.0,
24 100000000.0,
25 1000000000.0,
26 10000000000.0,
27 100000000000.0,
28 1000000000000.0,
29 10000000000000.0,
30 100000000000000.0,
31 1000000000000000.0,
32 10000000000000000.0,
33 100000000000000000.0,
34 1000000000000000000.0,
35 10000000000000000000.0,
36 100000000000000000000.0,
37 1000000000000000000000.0,
38 10000000000000000000000.0
39 ];
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698