| Index: pkg/polymer/example/canonicalization/test/canonicalization1_test.dart
|
| diff --git a/runtime/vm/code_patcher_arm64_test.cc b/pkg/polymer/example/canonicalization/test/canonicalization1_test.dart
|
| similarity index 60%
|
| copy from runtime/vm/code_patcher_arm64_test.cc
|
| copy to pkg/polymer/example/canonicalization/test/canonicalization1_test.dart
|
| index 7c2fe8f24e2c2b105216c145ac790527ca4c0dba..1130a8f4f69ff7f693a080113d5edc8753f94547 100644
|
| --- a/runtime/vm/code_patcher_arm64_test.cc
|
| +++ b/pkg/polymer/example/canonicalization/test/canonicalization1_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.canonizalization1_test;
|
|
|
| -// TODO(zra): Port these tests.
|
| +import 'package:polymer/polymer.dart';
|
| +import 'common.dart';
|
|
|
| -#endif // defined TARGET_ARCH_ARM64
|
| +@initMethod main() => tests();
|
|
|