mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 07:53:10 +02:00
Remove error testing code
This commit is contained in:
parent
63aee23bf1
commit
9faeb13ae9
1 changed files with 0 additions and 13 deletions
|
@ -159,19 +159,6 @@ int main(int argc, const char* argv[]) {
|
|||
}
|
||||
}
|
||||
|
||||
// crash::doAbort(); // works
|
||||
// crash::doubleFree();
|
||||
|
||||
std::thread([]() {
|
||||
// crash::pureVirtualCall(); // works
|
||||
crash::newFault(); // works
|
||||
});
|
||||
|
||||
// QThread thread;
|
||||
// QObject::connect(&thread, &QThread::started, &app, []() {
|
||||
// }, Qt::DirectConnection);
|
||||
// thread.start();
|
||||
|
||||
// Setup local server
|
||||
QLocalServer server { &app };
|
||||
|
||||
|
|
Loading…
Reference in a new issue