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

Unified Diff: tests/language_strong/type_literal_prefix_call_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/language_strong/type_literal_prefix_call_test.dart
diff --git a/tests/language_strong/type_literal_prefix_call_test.dart b/tests/language_strong/type_literal_prefix_call_test.dart
index 8dfdfb3b3ac6d10e87dc35ff3b8fd57a958264cf..b80cb44be6342e4609b4d21a8055d2e29e1ba0c3 100644
--- a/tests/language_strong/type_literal_prefix_call_test.dart
+++ b/tests/language_strong/type_literal_prefix_call_test.dart
@@ -8,5 +8,5 @@ import 'dart:core' as core;
// Check that calling a type with a prefix is allowed, but throws at runtime.
main() {
- Expect.throws(() => core.List(), (e) => e is core.NoSuchMethodError); /// 00: static type warning
+ Expect.throws(() => core.List(), (e) => e is core.NoSuchMethodError); //# 00: static type warning
}

Powered by Google App Engine
This is Rietveld 408576698