Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRansom committed Dec 20, 2024
1 parent 703a31b commit 9111444
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
Empty file added temp.bat
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,10 @@ module Inlining =
|> withOptions [if realSig then "--realsig+" else "--realsig-" ]

// SOURCE=Match01.fs SCFLAGS="-a --optimize+" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd Match01.dll" # Match01.fs
[<Theory; FileInlineData("Match01_RealInternalSignatureOn.fs")>]
let ``Match01_RealInternalSignatureOn_fs`` compilation =
compilation
|> getCompilation
|> withRealInternalSignatureOn
|> verifyCompilation

// SOURCE=Match01.fs SCFLAGS="-a --optimize+" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd Match01.dll" # Match01.fs
[<Theory; FileInlineData("Match01.fs")>]
[<Theory; FileInlineData("Match01.fs", Realsig=BooleanOptions.Both)>]
let ``Match01_fs`` compilation =
compilation
|> getCompilation
|> withRealInternalSignatureOff
|> verifyCompilation

// SOURCE=Match02.fs SCFLAGS="-a --optimize+" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd Match02.dll" # Match02.fs
Expand Down

0 comments on commit 9111444

Please sign in to comment.