mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add 'print' unit test which prints the list of tests
This commit is contained in:
@@ -323,11 +323,11 @@ public:
|
||||
{
|
||||
beginTestCase ("backtrace");
|
||||
|
||||
pass ();
|
||||
|
||||
String const s = SystemStats::getStackBacktrace ();
|
||||
|
||||
Logger::outputDebugString (s);
|
||||
logMessage (s);
|
||||
|
||||
pass ();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user