From 5f89777182378b1dd08709e3e4f5ccf327cbbe14 Mon Sep 17 00:00:00 2001 From: Martin Ettl Date: Fri, 1 Nov 2013 01:28:05 +0100 Subject: [PATCH] testoptions: reverted commit 184db3900e8ee1be49c65c05d87c27d0ddb5db50 --- test/testoptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testoptions.cpp b/test/testoptions.cpp index 3532f36ec..35b76bdbd 100644 --- a/test/testoptions.cpp +++ b/test/testoptions.cpp @@ -55,7 +55,7 @@ private: void no_test_method() const { - const char* argv[] = {"./test_runner", ""}; + const char* argv[] = {"./test_runner"}; options args(sizeof argv / sizeof argv[0], argv); ASSERT_EQUALS("", args.which_test()); }