debugger: Improved testInput

Change-Id: I3920bf0ee69a5abbdd0060ca309f6fd7e17b2e1b
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Robert Loehning
2012-03-12 13:40:32 +01:00
committed by hjk
parent 4516c41ce3
commit 48b4abe877

View File

@@ -5018,6 +5018,7 @@ namespace io {
std::cin >> i; std::cin >> i;
int j; int j;
std::cin >> j; std::cin >> j;
std::cout << "Values are " << i << " and " << j << "." << std::endl;
} }
void testIO() void testIO()