Skip to content

Commit

Permalink
update mulitple choice test
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Oct 9, 2009
1 parent be45f93 commit c773686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/00base.t
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ is(system("blib/script/cppref stl/vector/push_back > /dev/null"), 0, 'exact path
is(system("blib/script/cppref stl > /dev/null"), 0, 'dir');
is(system("blib/script/cppref faq > /dev/null"), 0, 'search');
is(system("blib/script/cppref hokhokhok > /dev/null 2>&1"), 256, 'not found');
is(system("blib/script/cppref push_back > /dev/null 2>&1"), 512, 'multiple choices');
is(system("blib/script/cppref push_back > /dev/null 2>&1"), 0, 'multiple choices');

0 comments on commit c773686

Please sign in to comment.