summaryrefslogtreecommitdiff
path: root/clang/test/ExtractAPI/class_template_param_inheritance.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/ExtractAPI/class_template_param_inheritance.cpp')
-rw-r--r--clang/test/ExtractAPI/class_template_param_inheritance.cpp2
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"
}
],