diff options
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-fn-template.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/debug-info-fn-template.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-fn-template.cpp b/clang/test/CodeGenCXX/debug-info-fn-template.cpp index c8291af852d..bef9fe14402 100644 --- a/clang/test/CodeGenCXX/debug-info-fn-template.cpp +++ b/clang/test/CodeGenCXX/debug-info-fn-template.cpp @@ -10,6 +10,6 @@ T fx(XF<T> xi) { return xi.member; } -//CHECK: DW_TAG_template_type_parameter //CHECK: XF<int> +//CHECK: DW_TAG_template_type_parameter template int fx(XF<int>); |