mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-4154 - Theming - Fixed font issues; updated font usage with attributes
This commit is contained in:
parent
c5bad0a88f
commit
b586d65a3b
91 changed files with 1309 additions and 1191 deletions
|
@ -35,7 +35,7 @@ public class ReflectionUtilitiesTest {
|
|||
@Test
|
||||
public void testGetClassNameAfter_NoClasses() {
|
||||
|
||||
String caller = ReflectionUtilities.getClassNameOlderThan();
|
||||
String caller = ReflectionUtilities.getClassNameOlderThan(new String[0]);
|
||||
assertThat(caller, is(equalTo(ReflectionUtilitiesTest.class.getName())));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue