commit | 08e252425ca2cbdc44ba65d9a657ed5398014e36 | [log] [tgz] |
---|---|---|
author | Owen Anderson <resistor@mac.com> | Mon Jul 27 22:29:56 2009 +0000 |
committer | Owen Anderson <resistor@mac.com> | Mon Jul 27 22:29:56 2009 +0000 |
tree | 0b4e6d25326e28299913d7839e402e08311e8998 | |
parent | e24aea225ec87b935ede6c21c964dd47a4afb810 [diff] |
Update for LLVM API change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77267 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/SemaTemplate/instantiate-static-var.cpp b/test/SemaTemplate/instantiate-static-var.cpp index ebf6658..96fa34c 100644 --- a/test/SemaTemplate/instantiate-static-var.cpp +++ b/test/SemaTemplate/instantiate-static-var.cpp
@@ -37,4 +37,4 @@ void test() { DefCon &DC = Z<DefCon>::value; NoDefCon &NDC = Z<NoDefCon>::value; // expected-note{{instantiation}} -} \ No newline at end of file +}