We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb53ada + 5dc139c commit dd35d48Copy full SHA for dd35d48
exercises/nth-prime/test/Tests.hs
@@ -19,9 +19,7 @@ specs = describe "nth-prime" $
19
where
20
assertion = nth (fromIntegral input) `shouldBe` expected
21
22
--- As of 2016-09-06, there was no reference file for the test cases in
23
--- `exercism/x-common`, so we adapted the test cases available in the
24
--- pull request `exercism/x-common#332`.
+-- Test cases adapted from `exercism/x-common` on 2016-09-19.
25
26
data Case = Case { description :: String
27
, input :: Integer
0 commit comments