From 9111444f35e5c36cb1c03514dbd92e04718a666e Mon Sep 17 00:00:00 2001 From: KevinRansom Date: Fri, 20 Dec 2024 12:38:47 -0800 Subject: [PATCH] temp --- temp.bat | 0 .../EmittedIL/Inlining/Inlining.fs | 11 +---------- 2 files changed, 1 insertion(+), 10 deletions(-) create mode 100644 temp.bat diff --git a/temp.bat b/temp.bat new file mode 100644 index 00000000000..e69de29bb2d diff --git a/tests/FSharp.Compiler.ComponentTests/EmittedIL/Inlining/Inlining.fs b/tests/FSharp.Compiler.ComponentTests/EmittedIL/Inlining/Inlining.fs index e6f80b1caaf..d226b4dc25f 100644 --- a/tests/FSharp.Compiler.ComponentTests/EmittedIL/Inlining/Inlining.fs +++ b/tests/FSharp.Compiler.ComponentTests/EmittedIL/Inlining/Inlining.fs @@ -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 - [] - 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 - [] + [] let ``Match01_fs`` compilation = compilation |> getCompilation - |> withRealInternalSignatureOff |> verifyCompilation // SOURCE=Match02.fs SCFLAGS="-a --optimize+" COMPILE_ONLY=1 POSTCMD="..\\CompareIL.cmd Match02.dll" # Match02.fs