try to fix debugger issue

This commit is contained in:
water
2021-08-11 21:40:58 -04:00
parent 3fb5d71340
commit 688e291672
5 changed files with 576 additions and 507 deletions
-1
View File
@@ -17,7 +17,6 @@ TEST(Debugger, DebuggerBasicConnect) {
EXPECT_TRUE(compiler.get_debugger().is_valid());
EXPECT_TRUE(compiler.get_debugger().is_halted());
compiler.shutdown_target(); // will detach/unhalt, then send the usual shutdown message
// and now the child process should be done!
EXPECT_TRUE(wait(nullptr) >= 0);
}