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

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

Issue 176943008: Update the Angular/DI tests to latest from github. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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/cookies_spec.dart
diff --git a/third_party/pkg/angular/test/core_dom/cookies_spec.dart b/third_party/pkg/angular/test/core_dom/cookies_spec.dart
index e2d2ab36c79710dade06cc07963882d73d651a40..c4c2d2aa5e953cd9aca5025280de7a77eb6603e5 100644
--- a/third_party/pkg/angular/test/core_dom/cookies_spec.dart
+++ b/third_party/pkg/angular/test/core_dom/cookies_spec.dart
@@ -96,7 +96,7 @@ main() => describe('cookies', () {
inject((ExceptionHandler exceptionHandler) {
var i, longVal = '', cookieStr;
- for(i=0; i<4083; i++) {
+ for (i=0; i<4083; i++) {
longVal += 'r'; // Can't do + due to dartbug.com/14281
}

Powered by Google App Engine
This is Rietveld 408576698