Remove `public` from test class

This commit is contained in:
wtfsck 2022-07-02 21:51:31 +02:00
parent 69d38a1844
commit 95914d09aa
1 changed files with 1 additions and 1 deletions

View File

@ -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) {