aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mgrtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mgrtest.cpp')
-rw-r--r--tests/mgrtest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/mgrtest.cpp b/tests/mgrtest.cpp
index d02b26e..9edeea9 100644
--- a/tests/mgrtest.cpp
+++ b/tests/mgrtest.cpp
@@ -29,6 +29,5 @@ int main(int argc, char **argv) {
for (mhc->Key("Gen 1:1"); mhc->Key() < (VerseKey) "Gen 1:10"; (*mhc)++)
std::cout << (const char *) *mhc << "\n";
}
- std::cin >> keypress;
return 0;
}