Index: runtime/vm/bigint_operations_test.cc |
=================================================================== |
--- runtime/vm/bigint_operations_test.cc (revision 10253) |
+++ runtime/vm/bigint_operations_test.cc (working copy) |
@@ -12,7 +12,7 @@ |
static uword ZoneAllocator(intptr_t size) { |
Zone* zone = Isolate::Current()->current_zone(); |
- return zone->Allocate(size); |
+ return zone->AllocUnsafe(size); |
} |