aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-05-04 14:47:45 +0200
committerhjk <qtc-committer@nokia.com>2009-05-04 14:48:06 +0200
commitb2598d0030acb930bc8f50ea1e5f6a29ec791feb (patch)
tree314bfaf6659286116b0645cfcd2f1dcafeba9f9d /tests
parent78e48223909f7b6be1edb6b414984ede7d2fcded (diff)
debugger: initial work on remote debugging
Diffstat (limited to 'tests')
-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 a5b0d0c2a6a..35376bac992 100644
--- a/tests/manual/gdbdebugger/simple/app.cpp
+++ b/tests/manual/gdbdebugger/simple/app.cpp
@@ -615,6 +615,9 @@ void testStdList()
flist.push_back(3);
flist.push_back(4);
+ foreach (Foo f, flist)
+ {}
+
std::list<bool> vec;
vec.push_back(true);
vec.push_back(false);