Skip to content

Commit 56d2c97

Browse files
committed
patch tests for Sun; refs #3909
[SVN r67006]
1 parent e3f331a commit 56d2c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parsers_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ void test_command_line()
131131
// Regression test: check that '0' as style is interpreted as
132132
// 'default_style'
133133
vector<option> a4 =
134-
parse_command_line(sizeof(cmdline3_)/sizeof(const char*), const_cast<char**>(cmdline3_),
134+
parse_command_line(sizeof(cmdline3_)/sizeof(const char*), cmdline3_,
135135
desc, 0, additional_parser).options;
136136

137137
BOOST_CHECK_EQUAL(a4.size(), 4u);

0 commit comments

Comments
 (0)