| Index: runtime/vm/custom_isolate_test.cc
|
| ===================================================================
|
| --- runtime/vm/custom_isolate_test.cc (revision 21760)
|
| +++ runtime/vm/custom_isolate_test.cc (working copy)
|
| @@ -15,11 +15,6 @@
|
|
|
| namespace dart {
|
|
|
| -// Only ia32, x64, and arm can run execution tests.
|
| -#if defined(TARGET_ARCH_IA32) || \
|
| - defined(TARGET_ARCH_X64) || \
|
| - defined(TARGET_ARCH_ARM)
|
| -
|
| static void native_echo(Dart_NativeArguments args);
|
| static void CustomIsolateImpl_start(Dart_NativeArguments args);
|
| static Dart_NativeFunction NativeLookup(Dart_Handle name, int argc);
|
| @@ -344,6 +339,4 @@
|
| delete event_queue;
|
| }
|
|
|
| -#endif // TARGET_ARCH_IA32 || TARGET_ARCH_X64 || TARGET_ARCH_ARM
|
| -
|
| } // namespace dart
|
|
|