Skip to content

Commit

Permalink
remove ParamArray attribute as it can't really be used on non-member …
Browse files Browse the repository at this point in the history
…functions
  • Loading branch information
dawedawe committed Oct 3, 2023
1 parent eaf463c commit 004da4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FSharp.Analyzers.Tests/Testing.fs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module Testing =

let dataFolder = Path.Combine (__SOURCE_DIRECTORY__, "..", "data")

let constructTestCaseEnumerator ([<ParamArray>] subDataPath : string array) =
let constructTestCaseEnumerator (subDataPath : string array) =
let testsDirectory = Path.Combine (dataFolder, Path.Combine subDataPath)

Directory.EnumerateFiles (testsDirectory, "*.fs")
Expand Down

0 comments on commit 004da4d

Please sign in to comment.