Skip to content

Commit da9972d

Browse files
committed
Again fixes native tests
1 parent d9399df commit da9972d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/NetworkTables.Core.Test/SpecScanners/TestNativeLibraryInterface.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ public void TestNativeIntefaceBlittable()
418418
"WarmFunction", "NT_LogFunc", "NT_ConnectionListenerCallback", "NT_EntryListenerCallback", "NT_RPCCallback",
419419

420420
//Also allow any structs known to be blittable
421-
"NtStringRead", "NtStringWrite", "NtConnectionInfo", "NtRpcCallInfo",
421+
"NtStringRead", "DisposableNativeString", "NtConnectionInfo", "NtRpcCallInfo",
422422

423423
//For now allow bool, since it marshalls easily
424424
//This will change if the native windows HAL is not 1 byte bools

0 commit comments

Comments
 (0)