better bounds check for table.get and table.set

This commit is contained in:
Ilya Rezvov
2022-06-06 18:44:42 -06:00
parent 4e9105717b
commit 71d332e3dc
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ main = do
files <-
filter (not . List.isPrefixOf "simd") . filter (List.isSuffixOf ".wast")
<$> Directory.listDirectory "tests/spec"
let files = ["table_get.wast"]
-- let files = ["table_get.wast"]
scriptTestCases <- (`mapM` files) $ \file -> do
test <- LBS.readFile ("tests/spec/" ++ file)
return $ testCase file $ do