Kind of feature parity between Manticore and Angr on these tests.

This commit is contained in:
Peter Goodman
2017-10-30 00:45:59 -04:00
parent 4b786adc70
commit e4f4cfe0db
4 changed files with 204 additions and 107 deletions

View File

@@ -125,8 +125,10 @@ enum McTest_LogLevel {
McTest_LogDebug = 0,
McTest_LogInfo = 1,
McTest_LogWarning = 2,
McTest_LogWarn = McTest_LogWarning,
McTest_LogError = 3,
McTest_LogFatal = 4,
McTest_LogCritical = McTest_LogFatal
};
/* Outputs information to a log, using a specific log level. */