diff --git a/invalid/semanticErr/print/printTypeErr02.wacc b/invalid/semanticErr/print/printTypeErr02.wacc deleted file mode 100644 index b05deadf9c050d5f421d51684cce45204b8e4417..0000000000000000000000000000000000000000 --- a/invalid/semanticErr/print/printTypeErr02.wacc +++ /dev/null @@ -1,14 +0,0 @@ -# type mismatch: string <- char[] - -# Output: -# #semantic_error# - -# Exit: -# 200 - -# Program: - -begin - string s = ['h','i','!']; - println s -end