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

Unified Diff: tests/corelib_2/splay_tree_from_iterable_test.dart

Issue 2983383002: Migrated test block 26 to Dart 2.0. (Closed)
Patch Set: Updated splay_tree_from_iterables_test to not check for checked mode, and updated status files acco… Created 3 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/corelib_2/sort_test.dart ('k') | tests/corelib_2/splay_tree_from_iterables_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib_2/splay_tree_from_iterable_test.dart
diff --git a/tests/corelib_strong/splay_tree_from_iterable_test.dart b/tests/corelib_2/splay_tree_from_iterable_test.dart
similarity index 98%
rename from tests/corelib_strong/splay_tree_from_iterable_test.dart
rename to tests/corelib_2/splay_tree_from_iterable_test.dart
index 97a8732c30fc18d3ee99151712dff4f05517903f..08ceba37b913111a239e88c77df776d4ff9f8cd7 100644
--- a/tests/corelib_strong/splay_tree_from_iterable_test.dart
+++ b/tests/corelib_2/splay_tree_from_iterable_test.dart
@@ -124,10 +124,6 @@ typedef bool intToBool(int v);
// Test in checked mode with explicitly given types.
void typedTest() {
- bool isCheckedMode = false;
- assert((isCheckedMode = true));
- if (!isCheckedMode) return;
-
// Assign functions to typed function variables.
intToString key = (int v) => "$v";
intToBool value = (int v) => v.isOdd;
« no previous file with comments | « tests/corelib_2/sort_test.dart ('k') | tests/corelib_2/splay_tree_from_iterables_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698