Commit 2c2b32dc by Mark Mitchell

Fix typo

From-SVN: r22159
parent 830fcda8
// Build don't link: // Build don't link:
// Special g++ Options: // Special g++ Options:
// excess errors test - XFAIL *-*-*
template <class T, int I> template <class T, int I>
struct S { struct S {
...@@ -13,4 +12,4 @@ S<T,I>::X f(T, U) ...@@ -13,4 +12,4 @@ S<T,I>::X f(T, U)
S<T, I>::X(); S<T, I>::X();
} }
template S<int, double>::X f<int, double, 3>(int, double); template S<int, 3>::X f<int, double, 3>(int, double);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment