Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
1f8a4520
Commit
1f8a4520
authored
Jul 08, 2015
by
Francis Dupont
Browse files
[3932] Fixed typo
parent
b471b547
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/cc/tests/data_file_unittests.cc
View file @
1f8a4520
...
...
@@ -35,7 +35,7 @@ public:
/// @param content text to be written to disk
void
writeFile
(
const
std
::
string
&
content
)
{
// Write sample content to disk
static_cast
<
void
>
remove
(
TEMP_FILE
));
static_cast
<
void
>
(
remove
(
TEMP_FILE
));
std
::
ofstream
write_me
(
TEMP_FILE
);
EXPECT_TRUE
(
write_me
.
is_open
());
write_me
<<
content
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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