Skip to content

Commit dd35d48

Browse files
authored
Merge pull request #327 from rbasso/nth-prime-fix-comment-to-match-x-common
nth-prime: Fix comment to say that is matches x-common.
2 parents eb53ada + 5dc139c commit dd35d48

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

exercises/nth-prime/test/Tests.hs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ specs = describe "nth-prime" $
1919
where
2020
assertion = nth (fromIntegral input) `shouldBe` expected
2121

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`.
22+
-- Test cases adapted from `exercism/x-common` on 2016-09-19.
2523

2624
data Case = Case { description :: String
2725
, input :: Integer

0 commit comments

Comments
 (0)