Commit 7d005869 by Mark Mitchell

Fix test case

From-SVN: r29862
parent e6f5c0ed
......@@ -5,7 +5,5 @@
// by Alexandre Oliva <oliva@dcc.unicamp.br>
// based on bug report by Ulf Larsson <ulf.larsson@mbow337.swipnet.se>
// crash test - XFAIL *-*-*
template <class T> class C {};
class foo {} bar = bar.C();
class foo {} bar = bar.C(); // ERROR - call to template
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