Skip to content

Commit 800fe94

Browse files
CarrotstripRussoul
authored andcommitted
Fix deprecated record syntax
1 parent a7e6c53 commit 800fe94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Main.idr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ main = runner
1414
[ testPaths "lsp" allTests
1515
] where
1616
testPaths : String -> TestPool -> TestPool
17-
testPaths dir = record { testCases $= map ((dir ++ "/") ++) }
17+
testPaths dir = { testCases $= map ((dir ++ "/") ++) }

0 commit comments

Comments
 (0)