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

Unified Diff: tests/standalone_2/double_temp_test.dart

Issue 2984363004: Migrate first block of tests in standalone to standalone_2 (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/standalone_2/double_temp_test.dart
diff --git a/tests/standalone/double_temp_test.dart b/tests/standalone_2/double_temp_test.dart
similarity index 97%
rename from tests/standalone/double_temp_test.dart
rename to tests/standalone_2/double_temp_test.dart
index aad52cbaaa762df5d411b2c81241151fc5f45384..da55ef37981a121cc026fe691b1aa4bece0c21c3 100644
--- a/tests/standalone/double_temp_test.dart
+++ b/tests/standalone_2/double_temp_test.dart
@@ -34,4 +34,5 @@ testUnaryOp() {
var x = unary(1.0, 2.0);
var y = unary(3.0, 4.0);
Expect.equals(2.0, x);
+ Expect.equals(12.0, y);
}

Powered by Google App Engine
This is Rietveld 408576698