Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
d4c2daae
Commit
d4c2daae
authored
Feb 14, 2006
by
Niels Möller
Browse files
(test_main): Pass dummy file
name to config_parse_string. Rev: src/testsuite/parse-config-test.c:1.2.4.1
parent
d977e83a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/testsuite/parse-config-test.c
View file @
d4c2daae
...
...
@@ -97,7 +97,7 @@ int
test_main
(
void
)
{
struct
config_group
*
config
=
config_parse_string
(
strlen
(
config_file
),
config_file
);
=
config_parse_string
(
"test data"
,
strlen
(
config_file
),
config_file
);
if
(
!
config
)
FAIL
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment