aboutsummaryrefslogtreecommitdiff
path: root/test/qsp_parser_test.ml
diff options
context:
space:
mode:
authorChimrod <>2023-10-28 13:52:38 +0200
committerChimrod <>2023-11-02 11:06:12 +0100
commit872916a5661e31b655471ec0f9bf81a5474bc1ba (patch)
treedb18486f978ec97b8ddb4d4ce4e810ccd5cbf7e7 /test/qsp_parser_test.ml
parent8a7bdc73a7c65d23c79e1c470ba0fbff975b59a5 (diff)
Updated the tests
Diffstat (limited to 'test/qsp_parser_test.ml')
-rw-r--r--test/qsp_parser_test.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/qsp_parser_test.ml b/test/qsp_parser_test.ml
index 8629175..0828e22 100644
--- a/test/qsp_parser_test.ml
+++ b/test/qsp_parser_test.ml
@@ -1,2 +1,3 @@
let () =
- Alcotest.run "qsp_parser" [ Syntax.test; Syntax_error.test; Dead_end.test ]
+ Alcotest.run "qsp_parser"
+ [ Syntax.test; Syntax_error.test; Type_of.test; Dead_end.test ]