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

Unified Diff: tests/language_strong/missing_part_of_tag_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/missing_part_of_tag_test.dart
diff --git a/tests/language_strong/missing_part_of_tag_test.dart b/tests/language_strong/missing_part_of_tag_test.dart
index ffb360cd14801fd0cd4f29ac47107903fd84a480..71589f1c0ab7b87a97bc9373f001485f961732c5 100644
--- a/tests/language_strong/missing_part_of_tag_test.dart
+++ b/tests/language_strong/missing_part_of_tag_test.dart
@@ -6,6 +6,6 @@
library lib;
-part 'missing_part_of_tag_part.dart'; /// 01: compile-time error
+part 'missing_part_of_tag_part.dart'; //# 01: compile-time error
void main() {}

Powered by Google App Engine
This is Rietveld 408576698