Commit c62e8eaa authored by Adam Procter's avatar Adam Procter

Change serializer test to use interpreter instead of CPU backend, since that works on Mac

parent cba4e54e
......@@ -75,7 +75,7 @@ TEST(serialize, main)
shared_ptr<Function> sfunc = deserialize(in);
// Now call g on some test vectors.
auto manager = runtime::Manager::get("CPU");
auto manager = runtime::Manager::get("INTERPRETER");
auto external = manager->compile(sfunc);
auto backend = manager->allocate_backend();
auto cf = backend->make_call_frame(external);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment