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, |