1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Check in commented out test.

This commit is contained in:
John Camelon 2005-07-12 19:41:52 +00:00
parent 87001dd770
commit 3728db47b4

View file

@ -4976,4 +4976,8 @@ public class AST2CPPTests extends AST2BaseTest {
parseAndCheckBindings( "static var;"); //$NON-NLS-1$
}
// public void testBug78800() throws Exception {
// parseAndCheckBindings( "class Matrix { public: Matrix & operator *(Matrix &); }; Matrix transform = rotate * translate;" ); //$NON-NLS-1$
// }
}