Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
693e521e
Commit
693e521e
authored
Apr 28, 2020
by
Mikaël Salson
Browse files
algo/tests: Prevent using uninitialised value
parent
86e25919
Changes
1
Hide whitespace changes
Inline
Side-by-side
algo/tests/unit-tests/testAutomaton.cpp
View file @
693e521e
...
...
@@ -62,6 +62,7 @@ void testGetMultiResults(){
char
c
=
'a'
;
for
(
int
i
=
0
;
i
<
10
;
++
i
){
affect
[
i
].
c
=
c
;
affect
[
i
].
length
=
0
;
c
++
;
}
seqs
[
0
]
=
"AGCTCT"
;
...
...
Write
Preview
Markdown
is supported
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