diff options
Diffstat (limited to 'clang/test/ExtractAPI/class_template_param_inheritance.cpp')
| -rw-r--r-- | clang/test/ExtractAPI/class_template_param_inheritance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/ExtractAPI/class_template_param_inheritance.cpp b/clang/test/ExtractAPI/class_template_param_inheritance.cpp index 53b331e0b460..5f0056456c73 100644 --- a/clang/test/ExtractAPI/class_template_param_inheritance.cpp +++ b/clang/test/ExtractAPI/class_template_param_inheritance.cpp @@ -44,7 +44,7 @@ template<typename T> class Foo : public T {}; { "kind": "inheritsFrom", "source": "c:@ST>1#T@Foo", - "target": "", + "target": "c:input.h@9", "targetFallback": "T" } ], |
