| Index: runtime/vm/bigint_operations_test.cc
|
| ===================================================================
|
| --- runtime/vm/bigint_operations_test.cc (revision 24552)
|
| +++ runtime/vm/bigint_operations_test.cc (working copy)
|
| @@ -1340,9 +1340,6 @@
|
| }
|
|
|
|
|
| -#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) {
|
| @@ -2134,7 +2131,6 @@
|
| "000000000000000000000000000000000000000000000000000000000000000000000000"
|
| "0000000000000000000000000000000000000000000000000000000001");
|
| }
|
| -#endif
|
|
|
|
|
| static void TestBigintDivideRemainder(const char* a,
|
|
|