1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-29 20:05:35 +02:00

Fixed an accidentally broken test.

This commit is contained in:
Sergey Prigogin 2013-05-09 09:48:17 -07:00
parent 2dd6c882a4
commit fec856469f

View file

@ -5186,7 +5186,6 @@ public class AST2TemplateTests extends AST2TestBase {
//
// const char c[] = "";
// int x = sizeof(f(c));
// int d[] = { 0 };
// const int d[] = { 0 };
// int y = sizeof(f(d));
public void testFunctionOverloadResolution() throws Exception {