Skip to content

Commit 1525fe8

Browse files
committed
Remove old test.
1 parent 221d1df commit 1525fe8

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

clang/test/Frontend/dump-deserialized-declaration-ranges.cpp

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -43,46 +43,6 @@
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
8848
module foo {

0 commit comments

Comments
 (0)