Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix test
  • Loading branch information
auduchinok committed Nov 6, 2020
commit 39a7c6f6193380680f684006d7ef1d94e6475e73
2 changes: 1 addition & 1 deletion tests/fsharp/typeProviders/helloWorld/provided.fs
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,5 @@ module TheOuterType =

module DllImportSmokeTest =
[<System.Runtime.InteropServices.DllImport("kernel32.dll")>]
extern System.UInt32 private GetLastError()
extern System.UInt32 GetLastError()