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

Unified Diff: pkg/polymer/example/canonicalization3/test/bad_lib_import_negative_test.dart

Issue 225043004: Replace bootstrap logic with 'boot.js', use 'component/dart' mime-type and add (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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: pkg/polymer/example/canonicalization3/test/bad_lib_import_negative_test.dart
diff --git a/pkg/polymer/example/canonicalization3/test/bad_lib_import_negative_test.dart b/pkg/polymer/example/canonicalization3/test/bad_lib_import_negative_test.dart
index afb2ab7da1eab36cc32fa3a56f8c48c4bc440df2..04c3a90e5ae781c6ac3670fac4ec4f41ff2070e4 100644
--- a/pkg/polymer/example/canonicalization3/test/bad_lib_import_negative_test.dart
+++ b/pkg/polymer/example/canonicalization3/test/bad_lib_import_negative_test.dart
@@ -15,8 +15,8 @@ import 'package:canonicalization3/c.dart';
import 'package:canonicalization3/d.dart' as d1;
import 'packages/canonicalization3/d.dart' as d2;
+@initMethod
main() {
- initPolymer();
useHtmlConfiguration();
setUp(() => Polymer.onReady);

Powered by Google App Engine
This is Rietveld 408576698