File tree Expand file tree Collapse file tree 3 files changed +0
-100
lines changed
testsuites/lbt-plutus/lbt-plutus-haskell
Test/LambdaBuffers/Runtime/Plutus Expand file tree Collapse file tree 3 files changed +0
-100
lines changed Original file line number Diff line number Diff line change @@ -135,15 +135,10 @@ test-suite tests
135135 , lbt-plutus-golden-data
136136 , lbt-plutus-haskell
137137 , plutus-tx
138- , plutus-tx-plugin
139- , prettyprinter
140138 , tasty >= 1.4
141- , tasty-expected-failure
142139 , tasty-hedgehog >= 1.4
143- , tasty-hunit
144140
145141 other-modules :
146142 Test.LambdaBuffers.Runtime.Plutus.Generators.Correct
147143 Test.LambdaBuffers.Runtime.Plutus.Json
148144 Test.LambdaBuffers.Runtime.Plutus.PlutusData
149- Test.LambdaBuffers.Runtime.Plutus.PlutusTx
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ module Main (main) where
22
33import Test.LambdaBuffers.Runtime.Plutus.Json qualified as PlutusJson
44import Test.LambdaBuffers.Runtime.Plutus.PlutusData qualified as PlutusPd
5- import Test.LambdaBuffers.Runtime.Plutus.PlutusTx qualified as PlutusTx
65import Test.Tasty (defaultMain , testGroup )
76
87main :: IO ()
@@ -14,5 +13,4 @@ main = do
1413 " LambdaBuffers Plutus package tests"
1514 [ plutusDataTests
1615 , jsonTests
17- , PlutusTx. tests
1816 ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments