Skip to content

nth-prime: Fix comment to say that is matches x-common. #327

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 20, 2016
Merged
Changes from all commits
Commits
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
4 changes: 1 addition & 3 deletions exercises/nth-prime/test/Tests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ specs = describe "nth-prime" $
where
assertion = nth (fromIntegral input) `shouldBe` expected

-- As of 2016-09-06, there was no reference file for the test cases in
-- `exercism/x-common`, so we adapted the test cases available in the
-- pull request `exercism/x-common#332`.
-- Test cases adapted from `exercism/x-common` on 2016-09-19.

data Case = Case { description :: String
, input :: Integer
Expand Down