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

Bug 315435 Fix the regression test failures in cdt70

This commit is contained in:
Vivian Kong 2010-06-03 21:24:39 +00:00
parent 66828656bc
commit f8f500440a

View file

@ -99,7 +99,7 @@
<ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
<property name="data-dir" value="${cdt-lr-parser-xlc-loc}"/>
<property name="plugin-name" value="org.eclipse.cdt.core.lrparser.xlc.tests"/>
<property name="classname" value="org.eclipse.cdt.core.lrparser.xlc.tests.suite.XlcTestSuite"/>
<property name="classname" value="org.eclipse.cdt.core.parser.xlc.tests.suite.XlcTestSuite"/>
<property name="vmargs" value=" -Xms40m -Xmx512m"/>
<property name="extraVMargs" value="${cdt-common-vmargs}"/>
</ant>