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

Unified Diff: tests/corelib_2/compare_to2_test.dart

Issue 2977403002: Migrate test block 3 to Dart 2.0. (Closed)
Patch Set: 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
Index: tests/corelib_2/compare_to2_test.dart
diff --git a/tests/corelib/compare_to2_test.dart b/tests/corelib_2/compare_to2_test.dart
similarity index 98%
rename from tests/corelib/compare_to2_test.dart
rename to tests/corelib_2/compare_to2_test.dart
index feac212ee9c6c1f260c7056539a2607dddb8d70f..ca4cccd20bd88d4e147a94f138db34ce81b232cc 100644
--- a/tests/corelib/compare_to2_test.dart
+++ b/tests/corelib_2/compare_to2_test.dart
@@ -74,6 +74,7 @@ main() {
return;
}
int actual = left.compareTo(right);
+ print("left: ${left} right: ${right}");
Bob Nystrom 2017/07/18 23:43:44 Remove this.
bkonyi 2017/07/19 15:06:21 Whoops, forgot about this... Done.
Expect.equals(
expectedResult,
actual,

Powered by Google App Engine
This is Rietveld 408576698