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

Unified Diff: pkg/polymer/example/canonicalization/test/canonicalization2_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/canonicalization/test/canonicalization2_test.dart
diff --git a/runtime/vm/code_patcher_arm64_test.cc b/pkg/polymer/example/canonicalization/test/canonicalization2_test.dart
similarity index 60%
copy from runtime/vm/code_patcher_arm64_test.cc
copy to pkg/polymer/example/canonicalization/test/canonicalization2_test.dart
index 7c2fe8f24e2c2b105216c145ac790527ca4c0dba..3ca67a097f20d515685d7b36267840d5e34811da 100644
--- a/runtime/vm/code_patcher_arm64_test.cc
+++ b/pkg/polymer/example/canonicalization/test/canonicalization2_test.dart
@@ -2,9 +2,9 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-#include "vm/globals.h"
-#if defined(TARGET_ARCH_ARM64)
+library canonicalization.test.canonizalization2_test;
-// TODO(zra): Port these tests.
+import 'package:polymer/polymer.dart';
+import 'common.dart';
-#endif // defined TARGET_ARCH_ARM64
+@initMethod main() => tests();

Powered by Google App Engine
This is Rietveld 408576698