Skip to content

Commit 36b9389

Browse files
committed
Why isn't this ACLByReference?
1 parent 3461e0b commit 36b9389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/platform/test/com/sun/jna/platform/ByReferencePlatformToStringTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public void testPlatformToStrings() {
121121
parseAndTest(memberidbr.toString(), "MEMBERID", "42");
122122

123123
PACLByReference paclbr = new PACLByReference(new ACL());
124-
parseAndTest(paclbr.toString(), "PACL", "WinNT$ACL(native");
124+
parseAndTest(paclbr.toString(), "ACL", "WinNT$ACL(native");
125125

126126
PSIDByReference psidbr = new PSIDByReference(new PSID());
127127
parseAndTest(psidbr.toString(), "PSID", "WinNT$PSID(native");

0 commit comments

Comments
 (0)