[nemiver/remote-load-on-connect] Fix test-gdbmi.cc
- From: Dodji Seketeli <dodji src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nemiver/remote-load-on-connect] Fix test-gdbmi.cc
- Date: Sat, 26 Nov 2011 17:39:34 +0000 (UTC)
commit 536998dfd4f7f001f6edc1e91ca6f92b9ca65e9c
Author: Dodji Seketeli <dodji seketeli org>
Date: Thu Nov 24 23:16:01 2011 +0100
Fix test-gdbmi.cc
* tests/test-gdbmi.cc (test_output_record): Require the result of
parsing gv_output_record9 to be OK.
tests/test-gdbmi.cc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tests/test-gdbmi.cc b/tests/test-gdbmi.cc
index f173995..be8f0d3 100644
--- a/tests/test-gdbmi.cc
+++ b/tests/test-gdbmi.cc
@@ -429,6 +429,7 @@ test_output_record ()
// gv_output_record9 should not block.
parser.push_input (gv_output_record9);
is_ok = parser.parse_output_record (0, to, output);
+ BOOST_REQUIRE (is_ok);
}
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]