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

Unified Diff: tests/language/create_unresolved_type_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/create_unresolved_type_test.dart
diff --git a/tests/language/create_unresolved_type_test.dart b/tests/language/create_unresolved_type_test.dart
index ceaf6dc421edb871d8741f36f23b83b50c23a897..905dbfd1385d50f9a0452645deabe72af4a4daee 100644
--- a/tests/language/create_unresolved_type_test.dart
+++ b/tests/language/create_unresolved_type_test.dart
@@ -3,5 +3,5 @@
// BSD-style license that can be found in the LICENSE file.
main() {
- new F<int>(); /// 01: runtime error, static type warning
+ new F<int>(); //# 01: runtime error, static type warning
}

Powered by Google App Engine
This is Rietveld 408576698