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

Unified Diff: tests/language_2/unary_plus_negative_test.dart

Issue 3008723002: Migrate block 163 to Dart 2.0. (Closed)
Patch Set: Merge fixups 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/language_2/unary2_test.dart ('k') | tests/language_2/unary_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_2/unary_plus_negative_test.dart
diff --git a/tests/language_strong/unary_plus_negative_test.dart b/tests/language_2/unary_plus_negative_test.dart
similarity index 86%
rename from tests/language_strong/unary_plus_negative_test.dart
rename to tests/language_2/unary_plus_negative_test.dart
index 9f68d8ad7eb089d5a2a39d45f6fefcf5c3f8b156..86f2942d1d737b4112a4ba57946fc286f1d02f12 100644
--- a/tests/language_strong/unary_plus_negative_test.dart
+++ b/tests/language_2/unary_plus_negative_test.dart
@@ -6,5 +6,5 @@
main() {
var a = 1;
- var b = +a;
+ var b = +a; /*@compile-error=unspecified*/
}
« no previous file with comments | « tests/language_2/unary2_test.dart ('k') | tests/language_2/unary_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698