Fix intended backslash in test data
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
07510f5ba3
commit
18f48eb48e
1 changed files with 2 additions and 2 deletions
|
@ -746,8 +746,8 @@ exit:
|
|||
data = '''/* comment */
|
||||
/* more
|
||||
* comment */
|
||||
// this is\
|
||||
still \
|
||||
// this is\\
|
||||
still \\
|
||||
a comment
|
||||
void func()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue