File tree Expand file tree Collapse file tree 1 file changed +0
-40
lines changed Expand file tree Collapse file tree 1 file changed +0
-40
lines changed Original file line number Diff line number Diff line change 4343// RANGE-NEXT: }
4444// RANGE-NEXT: ]
4545// RANGE-NEXT:}
46- // RUN: echo -e '{\n\
47- // RUN: "required_ranges": [\n\
48- // RUN: {\n\
49- // RUN: "file": "%t/foo.h",\n\
50- // RUN: "range": [\n\
51- // RUN: {\n\
52- // RUN: "from": {\n\
53- // RUN: "line": 1,\n\
54- // RUN: "column": 1\n\
55- // RUN: },\n\
56- // RUN: "to": {\n\
57- // RUN: "line": 9,\n\
58- // RUN: "column": 1\n\
59- // RUN: }\n\
60- // RUN: },\n\
61- // RUN: {\n\
62- // RUN: "from": {\n\
63- // RUN: "line": 11,\n\
64- // RUN: "column": 1\n\
65- // RUN: },\n\
66- // RUN: "to": {\n\
67- // RUN: "line": 11,\n\
68- // RUN: "column": 12\n\
69- // RUN: }\n\
70- // RUN: },\n\
71- // RUN: {\n\
72- // RUN: "from": {\n\
73- // RUN: "line": 13,\n\
74- // RUN: "column": 1\n\
75- // RUN: },\n\
76- // RUN: "to": {\n\
77- // RUN: "line": 15,\n\
78- // RUN: "column": 1\n\
79- // RUN: }\n\
80- // RUN: }\n\
81- // RUN: ]\n\
82- // RUN: }\n\
83- // RUN: ]\n\
84- // RUN:}' > %t/expected_decls
85- // RUN: diff %t/decls %t/expected_decls
8646
8747// --- foo.cppmap
8848module foo {
You can’t perform that action at this time.
0 commit comments