Skip to content

Commit

Permalink
Move PerformanceTestSuite to performance tests bundle
Browse files Browse the repository at this point in the history
It's only used there and as only this one is run by perf tests it's of
no use in general tests (and really not used there).
  • Loading branch information
akurtakov committed Jul 18, 2024
1 parent 57e54e8 commit 676e2f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import java.lang.reflect.*;
import java.text.NumberFormat;

import org.eclipse.jdt.core.tests.junit.extension.PerformanceTestSuite;
import org.eclipse.jdt.core.tests.junit.extension.TestCase;
import junit.framework.Test;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.jdt.core.tests.junit.extension;
package org.eclipse.jdt.core.tests.performance;

import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
Expand Down

0 comments on commit 676e2f0

Please sign in to comment.