Skip to content

Commit

Permalink
Didn't realize Test.hs was part of the test-suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiaanvisser committed Apr 2, 2014
1 parent 515fdf9 commit 9883cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Test.hs → src/Test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ import Clay.Render (renderWith, compact)

main :: IO ()
main = defaultMain
[ testCase "empty Clay produces empty compact CSS" $ renderWith compact (return ()) @?= ""
[ testCase "empty Clay produces empty compact CSS" $ renderWith compact [] (return ()) @?= ""
]

0 comments on commit 9883cc5

Please sign in to comment.