Skip to content

Commit 0c58764

Browse files
committed
C#: Update FunctionPointer expected output with specific CallingConvention printing.
1 parent d3047f6 commit 0c58764

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

csharp/ql/test/library-tests/csharp9/FunctionPointer.expected

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ type
1111
| file://:0:0:0:0 | delegate* default<Void*,Int32*> | int* | DefaultCallingConvention |
1212
| file://:0:0:0:0 | delegate* default<Void*,Object> | object | DefaultCallingConvention |
1313
| file://:0:0:0:0 | delegate* stdcall<Int32 ref,Object out,T,Void> | Void | StdCallCallingConvention |
14-
| file://:0:0:0:0 | delegate* unmanaged<Char*,IntPtr,Void> | Void | CallingConvention |
15-
| file://:0:0:0:0 | delegate* unmanaged<Int32,PosixSignal,Int32> | int | CallingConvention |
16-
| file://:0:0:0:0 | delegate* unmanaged<IntPtr,Int32> | int | CallingConvention |
17-
| file://:0:0:0:0 | delegate* unmanaged<IntPtr,Void> | Void | CallingConvention |
18-
| file://:0:0:0:0 | delegate* unmanaged<Void> | Void | CallingConvention |
14+
| file://:0:0:0:0 | delegate* unmanaged<Char*,IntPtr,Void> | Void | UnmanagedCallingConvention |
15+
| file://:0:0:0:0 | delegate* unmanaged<Int32,PosixSignal,Int32> | int | UnmanagedCallingConvention |
16+
| file://:0:0:0:0 | delegate* unmanaged<IntPtr,Int32> | int | UnmanagedCallingConvention |
17+
| file://:0:0:0:0 | delegate* unmanaged<IntPtr,Void> | Void | UnmanagedCallingConvention |
18+
| file://:0:0:0:0 | delegate* unmanaged<Void> | Void | UnmanagedCallingConvention |
1919
unmanagedCallingConvention
2020
parameter
2121
| file://:0:0:0:0 | delegate* default<A,B> | 0 | file://:0:0:0:0 | | A |

0 commit comments

Comments
 (0)