|
|
@@ -7,7 +7,7 @@ std::string s(const char *str) { |
|
|
|
return std::string(str); |
|
|
|
} |
|
|
|
|
|
|
|
std::string test_ctx_Controller_executeFunctions_set() { |
|
|
|
std::string test_ctx_Controller_executeFunctions_registerFunction_set() { |
|
|
|
auto c = memory_createContext(); |
|
|
|
ctx_Controller<memory_Context> ctrl(c); |
|
|
|
// Disable automatic invocation of executeFunctions. |
|
|
|