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

Unified Diff: tests/corelib/symbol_operator_test.dart

Issue 2765693002: Update all tests (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/corelib/symbol_operator_test.dart
diff --git a/tests/corelib/symbol_operator_test.dart b/tests/corelib/symbol_operator_test.dart
index 981f44bedfe8f7838db4115dfc6041ad900d61de..6c033a9a9715972b74b15b3e5e40c4a52f9eb139 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) {

Powered by Google App Engine
This is Rietveld 408576698