Skip to content

Commit

Permalink
remove NEEDS_PRIMS_GHC for InstDecl annotation test
Browse files Browse the repository at this point in the history
  • Loading branch information
hcab14 committed Aug 20, 2020
1 parent 56c3757 commit ced00a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ runClashTest = defaultMain $ clashTestRoot
, clashTestGroup "SynthesisAttributes"
[ NEEDS_PRIMS_GHC(outputTest ("tests" </> "shouldwork" </> "SynthesisAttributes") allTargets [] [] "Simple" "main")
, NEEDS_PRIMS_GHC(outputTest ("tests" </> "shouldwork" </> "SynthesisAttributes") allTargets [] [] "Product" "main")
, NEEDS_PRIMS_GHC(outputTest ("tests" </> "shouldwork" </> "SynthesisAttributes") allTargets [] [] "InstDeclAnnotations" "main")
, outputTest ("tests" </> "shouldwork" </> "SynthesisAttributes") allTargets [] [] "InstDeclAnnotations" "main"
, NEEDS_PRIMS_GHC(runTest "Product" def)
]
, clashTestGroup "Testbench"
Expand Down

0 comments on commit ced00a1

Please sign in to comment.