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

Unified Diff: tests/corelib/symbol_operator_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
« no previous file with comments | « tests/corelib/string_trimlr_test.dart ('k') | tests/corelib/symbol_reserved_word_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/symbol_operator_test.dart
diff --git a/tests/corelib/symbol_operator_test.dart b/tests/corelib/symbol_operator_test.dart
index e9b9e65ec3eab624d8961ffd648b6861a41fbcfc..753aec5c12713633a4b6cddda3599e5733e2f0aa 100644
--- a/tests/corelib/symbol_operator_test.dart
+++ b/tests/corelib/symbol_operator_test.dart
@@ -28,14 +28,14 @@ main() {
testSymbol(#[]=, ($[$]=$).lastMember, "[]=");
testSymbol(const Symbol("unary-"), -$, "unary-");
- testSymbolThrows(">>>"); // /// 03: ok
- testSymbolThrows("!"); // /// 03: continued
- testSymbolThrows("&&"); // /// 03: continued
- testSymbolThrows("||"); // /// 03: continued
- testSymbolThrows("?"); // /// 03: continued
- testSymbolThrows("?:"); // /// 03: continued
- testSymbolThrows("#"); // /// 03: continued
- testSymbolThrows("//"); // /// 03: continued
+ testSymbolThrows(">>>"); // //# 03: ok
+ testSymbolThrows("!"); // //# 03: continued
+ testSymbolThrows("&&"); // //# 03: continued
+ testSymbolThrows("||"); // //# 03: continued
+ testSymbolThrows("?"); // //# 03: continued
+ testSymbolThrows("?:"); // //# 03: continued
+ testSymbolThrows("#"); // //# 03: continued
+ testSymbolThrows("//"); // //# 03: continued
}
void testSymbol(Symbol constSymbol, var mirrorSymbol, String name) {
« no previous file with comments | « tests/corelib/string_trimlr_test.dart ('k') | tests/corelib/symbol_reserved_word_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698