[ox] Change macro names to comply with broader conventions
This commit is contained in:
4
deps/ox/src/ox/event/test/tests.cpp
vendored
4
deps/ox/src/ox/event/test/tests.cpp
vendored
@@ -31,8 +31,8 @@ std::map<ox::StringView, std::function<ox::Error()>> tests = {
|
||||
});
|
||||
TestStruct ts;
|
||||
signal.connect(&ts, &TestStruct::method);
|
||||
oxReturnError(signal.emitCheckError(5));
|
||||
oxReturnError(ox::Error(ts.value != 5));
|
||||
OX_RETURN_ERROR(signal.emitCheckError(5));
|
||||
OX_RETURN_ERROR(ox::Error(ts.value != 5));
|
||||
return ox::Error(0);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user