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

Unified Diff: mojo/dart/unittests/embedder_tests/validation_test.dart

Issue 1983453002: Dart: Refactor Stubs (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Merge Created 4 years, 7 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: mojo/dart/unittests/embedder_tests/validation_test.dart
diff --git a/mojo/dart/unittests/embedder_tests/validation_test.dart b/mojo/dart/unittests/embedder_tests/validation_test.dart
index aabb0797c45965e395d4b9e9ca370cfae336a7fe..20d22b3286d4a3fe06bcf1726e930da307d4419c 100644
--- a/mojo/dart/unittests/embedder_tests/validation_test.dart
+++ b/mojo/dart/unittests/embedder_tests/validation_test.dart
@@ -23,7 +23,7 @@ class ConformanceTestInterfaceImpl implements ConformanceTestInterface {
}
set onError(Function f) {
- _stub.onError = f;
+ _stub.ctrl.onError = f;
}
void _complete() => _completer.complete(null);

Powered by Google App Engine
This is Rietveld 408576698