Commit 30300d6c authored by Michael Arntzenius's avatar Michael Arntzenius

make a TODO about test-specific code in import.cpp

parent 6700fe73
......@@ -149,6 +149,7 @@ static Box* importSub(const std::string& name, const std::string& full_name, Box
return module;
}
// TODO: these are a crude hack to help our tests, find a better way
if (name == "basic_test")
return importTestExtension("basic_test");
if (name == "descr_test")
......
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