summaryrefslogtreecommitdiff
path: root/runtime/barrier_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/barrier_test.cc')
-rw-r--r--runtime/barrier_test.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/barrier_test.cc b/runtime/barrier_test.cc
index 5ec24bce17..52959bd3f2 100644
--- a/runtime/barrier_test.cc
+++ b/runtime/barrier_test.cc
@@ -52,6 +52,10 @@ class CheckWaitTask : public Task {
class BarrierTest : public CommonRuntimeTest {
public:
+ BarrierTest() {
+ use_boot_image_ = true; // Make the Runtime creation cheaper.
+ }
+
static int32_t num_threads;
};