mirror of https://github.com/icedland/iced.git
Remove `public` from test class
This commit is contained in:
parent
69d38a1844
commit
95914d09aa
|
@ -20,7 +20,7 @@ import com.github.icedland.iced.x86.instr.VARegisterValue;
|
|||
import com.github.icedland.iced.x86.instr.VirtualAddressTestCase;
|
||||
import com.github.icedland.iced.x86.instr.VirtualAddressTestCases;
|
||||
|
||||
public final class GetVirtualAddressTests {
|
||||
final class GetVirtualAddressTests {
|
||||
@ParameterizedTest
|
||||
@MethodSource("vaTestsData")
|
||||
void VATests(VirtualAddressTestCase tc) {
|
||||
|
|
Loading…
Reference in New Issue