summaryrefslogtreecommitdiff
path: root/tests/manual/gdbdebugger/simple/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/gdbdebugger/simple/app.cpp')
-rw-r--r--tests/manual/gdbdebugger/simple/app.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/manual/gdbdebugger/simple/app.cpp b/tests/manual/gdbdebugger/simple/app.cpp
index 464e18b736..a165442671 100644
--- a/tests/manual/gdbdebugger/simple/app.cpp
+++ b/tests/manual/gdbdebugger/simple/app.cpp
@@ -1119,6 +1119,9 @@ void testStdVector()
std::vector<bool> vec;
vec.push_back(true);
vec.push_back(false);
+ vec.push_back(false);
+ vec.push_back(true);
+ vec.push_back(false);
}
void testQStandardItemModel()