Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
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
Update SpanOptimizationTests.fs
  • Loading branch information
TIHan authored Apr 11, 2019
commit b7a886aa5d798d3cae8edf3ea0e4a573ca479de4
6 changes: 3 additions & 3 deletions tests/fsharp/Compiler/Language/SpanOptimizationTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let test () =
"""

ILChecker.checkWithDlls
(ILChecker.getPackageDlls "System.Memory" "4.5.0" "netstandard2.0" [ "System.Memory.dll" ])
(ILChecker.getPackageDlls "System.Memory" "4.5.2" "netstandard2.0" [ "System.Memory.dll" ])
source
[
""".method public static void test() cil managed
Expand Down Expand Up @@ -83,7 +83,7 @@ let test () =
"""

ILChecker.checkWithDlls
(ILChecker.getPackageDlls "System.Memory" "4.5.0" "netstandard2.0" [ "System.Memory.dll" ])
(ILChecker.getPackageDlls "System.Memory" "4.5.2" "netstandard2.0" [ "System.Memory.dll" ])
source
[
""".method public static void test() cil managed
Expand Down Expand Up @@ -171,7 +171,7 @@ module Test =

// The current behavior doesn't optimize, but it could in the future. Making a test to catch if it ever does.
ILChecker.checkWithDlls
(ILChecker.getPackageDlls "System.Memory" "4.5.0" "netstandard2.0" [ "System.Memory.dll" ])
(ILChecker.getPackageDlls "System.Memory" "4.5.2" "netstandard2.0" [ "System.Memory.dll" ])
source
[
""".method public static void test() cil managed
Expand Down