Remove error testing code

This commit is contained in:
Ryan Huffman 2016-04-11 14:38:19 -07:00
parent 63aee23bf1
commit 9faeb13ae9

View file

@ -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 };