Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'valgrind/org.eclipse.linuxtools.valgrind.cachegrind.tests/pom.xml')
-rw-r--r--valgrind/org.eclipse.linuxtools.valgrind.cachegrind.tests/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/valgrind/org.eclipse.linuxtools.valgrind.cachegrind.tests/pom.xml b/valgrind/org.eclipse.linuxtools.valgrind.cachegrind.tests/pom.xml
index e8cbd4bead..ccd4e4cac2 100644
--- a/valgrind/org.eclipse.linuxtools.valgrind.cachegrind.tests/pom.xml
+++ b/valgrind/org.eclipse.linuxtools.valgrind.cachegrind.tests/pom.xml
@@ -33,7 +33,6 @@
<useUIHarness>true</useUIHarness>
<useUIThread>true</useUIThread>
<product>org.eclipse.sdk.ide</product>
- <argLine>-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=256m -Declipse.valgrind.tests.runValgrind=no</argLine>
<testSuite>org.eclipse.linuxtools.valgrind.cachegrind.tests</testSuite>
<testClass>org.eclipse.linuxtools.internal.valgrind.cachegrind.tests.AllTests</testClass>
</configuration>

Back to the top