Skip to content

Commit 8139e1a

Browse files
committed
C++: Fix tests after extractor changes that improve using position accuracy
1 parent bd09c61 commit 8139e1a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
| templates.cpp:9:5:9:14 | using c | UsingDeclarationEntry, enclosingElement:std |
2-
| usings.cpp:8:1:8:11 | using nf | UsingDeclarationEntry, enclosingElement:(global namespace) |
1+
| templates.cpp:9:14:9:14 | using c | UsingDeclarationEntry, enclosingElement:std |
2+
| usings.cpp:8:10:8:11 | using nf | UsingDeclarationEntry, enclosingElement:(global namespace) |
33
| usings.cpp:9:1:9:17 | using namespace N | UsingDirectiveEntry, enclosingElement:(global namespace) |
4-
| usings.cpp:18:3:18:13 | using bf | UsingDeclarationEntry, enclosingElement:D |
5-
| usings.cpp:21:5:21:14 | using gf | UsingDeclarationEntry, enclosingElement:{ ... } |
6-
| usings.cpp:34:3:34:20 | using tbf | UsingDeclarationEntry, enclosingElement:TD |
7-
| usings.cpp:42:5:42:22 | using foo | UsingDeclarationEntry, enclosingElement:nsbar |
4+
| usings.cpp:18:12:18:13 | using bf | UsingDeclarationEntry, enclosingElement:D |
5+
| usings.cpp:21:13:21:14 | using gf | UsingDeclarationEntry, enclosingElement:{ ... } |
6+
| usings.cpp:34:18:34:20 | using tbf | UsingDeclarationEntry, enclosingElement:TD |
7+
| usings.cpp:42:20:42:22 | using foo | UsingDeclarationEntry, enclosingElement:nsbar |

0 commit comments

Comments
 (0)