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

Unified Diff: tests/language_strong/unsigned_right_shift_test.dart

Issue 2774783002: Re-land "Format all multitests" (Closed)
Patch Set: Created 3 years, 9 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/language_strong/unsigned_right_shift_test.dart
diff --git a/tests/language_strong/unsigned_right_shift_test.dart b/tests/language_strong/unsigned_right_shift_test.dart
index d4ee9f2028404521f3890045e6a2e90d857ae07f..e35fa5d093a28dc4cd9c8a7cef4b3d0affc5af57 100644
--- a/tests/language_strong/unsigned_right_shift_test.dart
+++ b/tests/language_strong/unsigned_right_shift_test.dart
@@ -5,8 +5,8 @@
// The >>> operator is not supported in Dart
main() {
- var foo = -10
+ var foo = -10
>>> 1 //# 01: compile-time error
- ;
+ ;
foo >>>= 1; //# 02: compile-time error
}
« no previous file with comments | « tests/language_strong/unresolved_default_constructor_test.dart ('k') | tests/language_strong/unsupported_operators_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698