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

Unified Diff: tests/language/unresolved_default_constructor_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/unresolved_default_constructor_test.dart
diff --git a/tests/language/unresolved_default_constructor_test.dart b/tests/language/unresolved_default_constructor_test.dart
index 3adbdd935c9d0b3f7966d92f5216fd2d91fecbbf..82a33907319ec7220ccddac2ad954c126d900820 100644
--- a/tests/language/unresolved_default_constructor_test.dart
+++ b/tests/language/unresolved_default_constructor_test.dart
@@ -14,5 +14,5 @@ class A {
main() {
A.method();
- Expect.throws(() => new A()); /// 01: static type warning
+ Expect.throws(() => new A()); //# 01: static type warning
}

Powered by Google App Engine
This is Rietveld 408576698