Index: runtime/vm/object_test.cc |
=================================================================== |
--- runtime/vm/object_test.cc (revision 35975) |
+++ runtime/vm/object_test.cc (working copy) |
@@ -3848,9 +3848,6 @@ |
} |
-// TODO(zra): Enable test when arm64 is ready. |
-#if !defined(TARGET_ARCH_ARM64) |
- |
TEST_CASE(FunctionWithBreakpointNotInlined) { |
const char* kScriptChars = |
"class A {\n" |
@@ -3889,9 +3886,7 @@ |
EXPECT(!func_b.IsInlineable()); |
} |
-#endif // !defined(TARGET_ARCH_ARM64) |
- |
TEST_CASE(SpecialClassesHaveEmptyArrays) { |
ObjectStore* object_store = Isolate::Current()->object_store(); |
Class& cls = Class::Handle(); |