| 103 | } |
| 104 | |
| 105 | bool |
| 106 | loadPlugin(RemapPluginUnitTest *plugin, std::string &error, PluginDebugObject *&debugObject) |
| 107 | { |
| 108 | bool result = plugin->load(error, fs::path()); // Dummy compiler path. |
| 109 | debugObject = plugin->getDebugObject(); |
| 110 | return result; |
| 111 | } |
| 112 | |
| 113 | void |
| 114 | cleanupSandBox() |
no test coverage detected