linearscan-hoopl 0.9.0 → 0.9.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- linearscan-hoopl.cabal +1/−1
- test/Generated.hs +1/−1
linearscan-hoopl.cabal view
@@ -1,5 +1,5 @@ name: linearscan-hoopl-version: 0.9.0+version: 0.9.1 synopsis: Makes it easy to use the linearscan register allocator with Hoopl homepage: http://github.com/jwiegley/linearscan-hoopl license: BSD3
test/Generated.hs view
@@ -97,7 +97,7 @@ generatedTests :: SpecWith () generatedTests = it "Handles generated tests" $ do- res <- quickCheckWithResult stdArgs { maxSuccess = 1000000000 } $+ res <- quickCheckWithResult stdArgs { maxSuccess = 1000 } $ forAll arbitrary testGraph isSuccess res `shouldBe` True