about summary refs log tree commit diff stats
path: root/002test.cc
diff options
context:
space:
mode:
Diffstat (limited to '002test.cc')
-rw-r--r--002test.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/002test.cc b/002test.cc
index 9424cc1a..4122a46e 100644
--- a/002test.cc
+++ b/002test.cc
@@ -97,8 +97,6 @@ const string Test_names[] = {
 };
 :(after "Test Runs")
 string maybe_single_test_to_run = argv[argc-1];
-if (!starts_with(maybe_single_test_to_run, "test_"))
-  maybe_single_test_to_run.insert(0, "test_");
 for (size_t i=0;  i < sizeof(Tests)/sizeof(Tests[0]);  ++i) {
   if (Test_names[i] == maybe_single_test_to_run) {
     run_test(i);