report multiple start sections in text representation as parsing error

This commit is contained in:
Ilya Rezvov
2021-03-12 22:56:23 -08:00
parent 1e7afd94fc
commit 511bae84e8
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ import qualified Data.List as List
main :: IO ()
main = do
files <- filter (List.isSuffixOf ".wast") <$> Directory.listDirectory "tests/spec"
-- let files = ["linking.wast"]
-- let files = ["start.wast"]
scriptTestCases <- (`mapM` files) $ \file -> do
test <- LBS.readFile ("tests/spec/" ++ file)
return $ testCase file $ do