tasty-discover
build / build (push) Successful in 1m27s

This commit is contained in:
2026-08-20 06:04:52 -06:00
parent fc8cf263aa
commit baa5d248fd
9 changed files with 48 additions and 56 deletions
+2 -3
View File
@@ -1,4 +1,4 @@
module Gyehoek.Test.Stack.VM (root) where
module Gyehoek.Test.Stack.VM where
import Test.Tasty (TestTree, testGroup)
import Test.Tasty.HUnit
@@ -7,8 +7,7 @@ import Gyehoek.Stack.VM qualified as Sut
import Data.List (List)
root :: IO TestTree
root = pure . testGroup "stack machine" $
test_root = testGroup "stack machine" $
[ lit_int
, procedure
, prims