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

Unified Diff: tests/language/issue_22780_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/issue_22780_test.dart
diff --git a/tests/language/issue_22780_test.dart b/tests/language/issue_22780_test.dart
index 6e54dcfb0b8a3d5a6770f145939f691d2e472f28..34dabd6ed5eeeb911813e4297064626aafb06745 100644
--- a/tests/language/issue_22780_test.dart
+++ b/tests/language/issue_22780_test.dart
@@ -3,5 +3,5 @@
// BSD-style license that can be found in the LICENSE file.
main() {
- f() => "Oh, the joy of ${f()}"; print(f()); /// 01: runtime error
+ f() => "Oh, the joy of ${f()}"; print(f()); //# 01: runtime error
}

Powered by Google App Engine
This is Rietveld 408576698