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

Unified Diff: tests/lib/mirrors/parameter_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/lib/mirrors/parameter_test.dart
diff --git a/tests/lib/mirrors/parameter_test.dart b/tests/lib/mirrors/parameter_test.dart
index 4eb6ad596432523ba8d400ee2f55e28872861e2b..100864423d9bc9983b21dc738c030e0734d2dafc 100644
--- a/tests/lib/mirrors/parameter_test.dart
+++ b/tests/lib/mirrors/parameter_test.dart
@@ -79,7 +79,7 @@ main() {
barConstructor.returnType);
// dart2js stops testing here.
- return; /// 01: ok
+ return; //# 01: ok
MethodMirror bazConstructor = constructors[#B.baz];
expect('Method(s(B.baz) in s(B), constructor)', bazConstructor);

Powered by Google App Engine
This is Rietveld 408576698