MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / TestError

Enum TestError

LiveRecomp/live_recompiler_test.cpp:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54enum class TestError {
55 Success,
56 FailedToOpenInput,
57 FailedToRecompile,
58 UnknownStructType,
59 DataDifference
60};
61
62struct TestStats {
63 TestError error;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected