From 07a7f368711dcbccb6b3f30fe72480d754013be0 Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Sat, 25 Oct 2014 14:28:30 -0700 Subject: [PATCH] Fix bad preprocessor check. --- src/alloy/test/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alloy/test/util.h b/src/alloy/test/util.h index cea02b828..2541db1d3 100644 --- a/src/alloy/test/util.h +++ b/src/alloy/test/util.h @@ -96,7 +96,7 @@ class TestFunction { runtimes.emplace_back(std::move(runtime)); } #endif // ALLOY_TEST_IVM -#ifdef ALLOY_TEST_X64 +#if ALLOY_TEST_X64 { auto runtime = std::make_unique(memory.get()); auto frontend =