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

Unified Diff: third_party/pkg/angular/test/directive/ng_switch_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/directive/ng_switch_spec.dart
diff --git a/third_party/pkg/angular/test/directive/ng_switch_spec.dart b/third_party/pkg/angular/test/directive/ng_switch_spec.dart
index 4121a7e1535df7748f4f9f35b72d0360acb0b946..f43b273efd271e60cc6ec3931324f49473cd7d36 100644
--- a/third_party/pkg/angular/test/directive/ng_switch_spec.dart
+++ b/third_party/pkg/angular/test/directive/ng_switch_spec.dart
@@ -190,8 +190,6 @@ main() => describe('ngSwitch', () {
_.rootScope.url = 'x';
_.rootScope.$apply();
- print(element);
- print(getChildScope());
expect(getChildScope()).toBeNull();
expect(destroyListener).toHaveBeenCalledOnce();
listenerRemove();
« no previous file with comments | « third_party/pkg/angular/test/directive/ng_src_boolean_spec.dart ('k') | third_party/pkg/angular/test/introspection_spec.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698