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

Unified Diff: tests/language_strong/unsigned_right_shift_test.dart

Issue 2765893003: Fix warnings_checker.dart handling of 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 0b5d197f1517aeb3ae884e4b0ec5226d0f4be6cf..d4ee9f2028404521f3890045e6a2e90d857ae07f 100644
--- a/tests/language_strong/unsigned_right_shift_test.dart
+++ b/tests/language_strong/unsigned_right_shift_test.dart
@@ -6,7 +6,7 @@
main() {
var foo = -10
- >>> 1 /// 01: compile-time error
+ >>> 1 //# 01: compile-time error
;
- foo >>>= 1; /// 02: 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