]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add better error text.
authorRobert Lipe <robertl@gcc.gnu.org>
Mon, 1 Jun 1998 10:16:16 +0000 (10:16 +0000)
committerRobert Lipe <robertl@gcc.gnu.org>
Mon, 1 Jun 1998 10:16:16 +0000 (10:16 +0000)
From-SVN: r20170

gcc/testsuite/g++.old-deja/g++.robertl/eb25.C

index 4953a0b689f8047904b99968f3d3e317300c032f..a52b436507ffc582c09c2259c2989ea5f1f37b55 100644 (file)
@@ -6,6 +6,6 @@
 
 int main()
 {
-  priority_queue< int, vector<int>, greater<int> > pq; // ERROR -
+  priority_queue< int, vector<int>, greater<int> > pq; // ERROR - unknown template
   return 0;
 }