Skip to content

Commit 359544a

Browse files
author
Zachary Turner
committed
Fix one additional test broken by the YAML quoting change.
llvm-svn: 344362
1 parent e28c8ec commit 359544a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-tools-extra/test/include-fixer/merge.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Name: bar
66
Contexts:
77
- ContextType: Namespace
88
ContextName: a
9-
FilePath: ../include/bar.h
9+
FilePath: '../include/bar.h'
1010
Type: Class
1111
Seen: 1
1212
Used: 1
@@ -16,7 +16,7 @@ Name: bar
1616
Contexts:
1717
- ContextType: Namespace
1818
ContextName: a
19-
FilePath: ../include/barbar.h
19+
FilePath: '../include/barbar.h'
2020
Type: Class
2121
Seen: 1
2222
Used: 0

0 commit comments

Comments
 (0)