Index: runtime/vm/instructions_arm64_test.cc |
=================================================================== |
--- runtime/vm/instructions_arm64_test.cc (revision 0) |
+++ runtime/vm/instructions_arm64_test.cc (revision 0) |
@@ -0,0 +1,10 @@ |
+// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
+// 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) |
+ |
+// TODO(zra): Port these tests. |
+ |
+#endif // defined TARGET_ARCH_ARM64 |