Index: runtime/vm/debugger_api_impl_test.cc |
=================================================================== |
--- runtime/vm/debugger_api_impl_test.cc (revision 21950) |
+++ runtime/vm/debugger_api_impl_test.cc (working copy) |
@@ -10,10 +10,6 @@ |
namespace dart { |
-#if defined(TARGET_ARCH_IA32) || \ |
- defined(TARGET_ARCH_X64) || \ |
- defined(TARGET_ARCH_ARM) |
- |
static bool breakpoint_hit = false; |
static int breakpoint_hit_counter = 0; |
static Dart_Handle script_lib = NULL; |
@@ -1534,6 +1530,4 @@ |
EXPECT_EQ(1, breakpoint_hit_counter); |
} |
-#endif // TARGET_ARCH_IA32 || TARGET_ARCH_X64 || TARGET_ARCH_ARM |
- |
} // namespace dart |