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
135
135
, lbt-plutus-golden-data
136
136
, lbt-plutus-haskell
137
137
, plutus-tx
138
- , plutus-tx-plugin
139
- , prettyprinter
140
138
, tasty >= 1.4
141
- , tasty-expected-failure
142
139
, tasty-hedgehog >= 1.4
143
- , tasty-hunit
144
140
145
141
other-modules :
146
142
Test.LambdaBuffers.Runtime.Plutus.Generators.Correct
147
143
Test.LambdaBuffers.Runtime.Plutus.Json
148
144
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
2
2
3
3
import Test.LambdaBuffers.Runtime.Plutus.Json qualified as PlutusJson
4
4
import Test.LambdaBuffers.Runtime.Plutus.PlutusData qualified as PlutusPd
5
- import Test.LambdaBuffers.Runtime.Plutus.PlutusTx qualified as PlutusTx
6
5
import Test.Tasty (defaultMain , testGroup )
7
6
8
7
main :: IO ()
@@ -14,5 +13,4 @@ main = do
14
13
" LambdaBuffers Plutus package tests"
15
14
[ plutusDataTests
16
15
, jsonTests
17
- , PlutusTx. tests
18
16
]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments