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:
parent
87001dd770
commit
3728db47b4
1 changed files with 4 additions and 0 deletions
|
@ -4976,4 +4976,8 @@ public class AST2CPPTests extends AST2BaseTest {
|
||||||
parseAndCheckBindings( "static var;"); //$NON-NLS-1$
|
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$
|
||||||
|
// }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue