testoptions: reverted commit 184db3900e

This commit is contained in:
Martin Ettl 2013-11-01 01:28:05 +01:00
parent 083af88801
commit 5f89777182
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}