X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=compiler%2Fsrc%2Flib%2Ftiger%2Ftiger_test_cases_book.ml;h=92ad429557f8bbbfc207cb4c833b286b86b9d58f;hb=80c3c410b1bdc70e7c13a76c77717c509353bb96;hp=289d74766be623afcefb2e933774c400b9c5e5a1;hpb=354b4e338f5b8de825232ab82cdb7c61770e41a8;p=tiger.ml.git diff --git a/compiler/src/lib/tiger/tiger_test_cases_book.ml b/compiler/src/lib/tiger/tiger_test_cases_book.ml index 289d747..92ad429 100644 --- a/compiler/src/lib/tiger/tiger_test_cases_book.ml +++ b/compiler/src/lib/tiger/tiger_test_cases_book.ml @@ -99,7 +99,13 @@ let is_error_expected_parsing_of_filename = let is_error_expected_semant_of_filename = let module E = Tiger_error in function + | "test17.tig" -> + Some Error.is_unknown_type + (* TODO: Be more specific - which type? *) | "test09.tig" + | "test11.tig" + | "test13.tig" + | "test14.tig" | "test23.tig" | "test26.tig" | "test28.tig"