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

Unified Diff: third_party/pkg/angular/test/core_dom/shadow_root_options_spec.dart

Issue 148453003: Updating Angular version (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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: third_party/pkg/angular/test/core_dom/shadow_root_options_spec.dart
diff --git a/third_party/pkg/angular/test/core_dom/shadow_root_options_spec.dart b/third_party/pkg/angular/test/core_dom/shadow_root_options_spec.dart
index 2d5635d0b45b8c7d7155706fdc3679ef25f5cc07..8b1a0227c5f6767706a9be885fdcdc41bc42dad5 100644
--- a/third_party/pkg/angular/test/core_dom/shadow_root_options_spec.dart
+++ b/third_party/pkg/angular/test/core_dom/shadow_root_options_spec.dart
@@ -51,7 +51,6 @@ main() {
..type(DefaultOptionsComponent);
return (Injector _injector) {
injector = _injector;
- print(injector.get(DirectiveMap));
$compile = injector.get(Compiler);
$rootScope = injector.get(Scope);
};

Powered by Google App Engine
This is Rietveld 408576698