changeset 30046 | cf2c86e1819e |
parent 24129 | 23131cd76ca3 |
child 40684 | 2e37c119dc2a |
30045:719de2e9d356 | 30046:cf2c86e1819e |
---|---|
24 /* |
24 /* |
25 * @test |
25 * @test |
26 * @bug 4726380 8037097 |
26 * @bug 4726380 8037097 |
27 * @summary Check that different sorts give equivalent results. |
27 * @summary Check that different sorts give equivalent results. |
28 * @run testng Correct |
28 * @run testng Correct |
29 * @key randomness |
|
29 */ |
30 */ |
30 |
31 |
31 import java.util.*; |
32 import java.util.*; |
32 |
33 |
33 import org.testng.annotations.Test; |
34 import org.testng.annotations.Test; |