Skip to content

Commit

Permalink
nofib: typo in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcdonell committed Sep 7, 2014
1 parent 1864d35 commit 26b156a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nofib/Test/Issues/Issue185.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Data.Label


test_issue185 :: Config -> Test
test_issue185 conf = testGroup "168"
test_issue185 conf = testGroup "185"
[ testCase "A" (assertEqual ref1 (run backend acc1 :: Vector Int))
, testCase "B" (assertEqual ref2 (run backend acc2 :: Vector Int))
, testCase "C" (assertEqual ref3 (run backend acc3 :: Vector Int))
Expand Down

0 comments on commit 26b156a

Please sign in to comment.