Index: runtime/vm/bigint_operations_test.cc |
=================================================================== |
--- runtime/vm/bigint_operations_test.cc (revision 23505) |
+++ runtime/vm/bigint_operations_test.cc (working copy) |
@@ -1340,7 +1340,9 @@ |
} |
-#if defined(TARGET_ARCH_IA32) || defined(TARGET_ARCH_X64) |
+#if defined(TARGET_ARCH_IA32) || \ |
+ defined(TARGET_ARCH_X64) || \ |
+ defined(TARGET_ARCH_ARM) |
static void TestBigintMultiplyDivide(const char* a, |
const char* b, |
const char* product) { |