Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(340)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Unified Diff: tests/corelib_2/int_round_test.dart
Issue
2997533002
:
Migrate test block 10 to Dart 2.0. (Closed)
Patch Set: Fix merge error
Created 3 years, 4 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:
tests/corelib/corelib.status
tests/corelib/int_parse_radix_bad_handler_test.dart
tests/corelib/int_parse_radix_test.dart
tests/corelib/int_round_test.dart
tests/corelib/int_round_to_double_test.dart
tests/corelib/int_to_int_test.dart
tests/corelib/int_truncate_test.dart
tests/corelib/int_truncate_to_double_test.dart
tests/corelib/integer_to_radix_string_test.dart
tests/corelib/integer_to_string_test.dart
tests/corelib/is_operator_basic_types_test.dart
tests/corelib/iterable_contains2_test.dart
tests/corelib/iterable_contains_test.dart
tests/corelib/iterable_element_at_test.dart
tests/corelib/iterable_empty_test.dart
tests/corelib/iterable_expand_test.dart
tests/corelib/iterable_first_test.dart
tests/corelib/iterable_first_where_test.dart
tests/corelib/iterable_fold_test.dart
tests/corelib_2/corelib_2.status
tests/corelib_2/double_ceil2_test.dart
tests/corelib_2/errors_test.dart
tests/corelib_2/int_parse_radix_bad_handler_test.dart
tests/corelib_2/int_parse_radix_test.dart
tests/corelib_2/int_round_test.dart
tests/corelib_2/int_round_to_double_test.dart
tests/corelib_2/int_to_int_test.dart
tests/corelib_2/int_truncate_test.dart
tests/corelib_2/int_truncate_to_double_test.dart
tests/corelib_2/integer_to_radix_string_test.dart
tests/corelib_2/integer_to_string_test.dart
tests/corelib_2/is_operator_basic_types_test.dart
tests/corelib_2/iterable_contains2_test.dart
tests/corelib_2/iterable_contains_test.dart
tests/corelib_2/iterable_element_at_test.dart
tests/corelib_2/iterable_empty_test.dart
tests/corelib_2/iterable_expand_test.dart
tests/corelib_2/iterable_first_test.dart
tests/corelib_2/iterable_first_where_test.dart
tests/corelib_2/iterable_fold_test.dart
tests/corelib_strong/corelib_strong.status
tests/corelib_strong/int_parse_radix_test.dart
tests/corelib_strong/int_round_test.dart
tests/corelib_strong/int_round_to_double_test.dart
tests/corelib_strong/int_to_int_test.dart
tests/corelib_strong/int_truncate_test.dart
tests/corelib_strong/int_truncate_to_double_test.dart
tests/corelib_strong/integer_to_radix_string_test.dart
tests/corelib_strong/integer_to_string_test.dart
tests/corelib_strong/is_operator_basic_types_test.dart
tests/corelib_strong/iterable_contains2_test.dart
tests/corelib_strong/iterable_contains_test.dart
tests/corelib_strong/iterable_element_at_test.dart
tests/corelib_strong/iterable_empty_test.dart
tests/corelib_strong/iterable_expand_test.dart
tests/corelib_strong/iterable_first_test.dart
tests/corelib_strong/iterable_first_where_test.dart
tests/corelib_strong/iterable_fold_test.dart
View side-by-side diff with in-line comments
Download patch
« no previous file with comments
|
« tests/corelib_2/int_parse_radix_test.dart
('k') |
tests/corelib_2/int_round_to_double_test.dart »
('j') |
no next file with comments »
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
Index: tests/corelib_2/int_round_test.dart
diff --git a/tests/corelib/int_round_test.dart b/tests/corelib_2/int_round_test.dart
similarity index 100%
rename from tests/corelib/int_round_test.dart
rename to tests/corelib_2/int_round_test.dart
« no previous file with comments
|
« tests/corelib_2/int_parse_radix_test.dart
('k') |
tests/corelib_2/int_round_to_double_test.dart »
('j') |
no next file with comments »
Issue 2997533002: Migrate test block 10 to Dart 2.0. (Closed)
Created 3 years, 4 months ago by jcollins
Modified 3 years, 4 months ago
Reviewers: bkonyi
Base URL:
Comments: 5
This is Rietveld
408576698