diff --git a/Test.py b/Test.py index 146b224ffc1800aa58f8611cfe910cd869b6da4e..351b0a1c7cd8ae0cb9d590c19065ae89286b1e33 100644 --- a/Test.py +++ b/Test.py @@ -94,6 +94,7 @@ def run(testFiles): # Error in Parsing if tree is None: + # print(f) print("ERROR in Parsing: " + error.args[0]) # for n in error.args[1]: # the parse tree # print(n) @@ -117,11 +118,12 @@ def run(testFiles): try: buildEnvAndLink(ASTs) except Exception as e: + # print(testFiles) print("error at environment building and linking") print(e) return - print("<<<<------- after buildEnvAndLink -------->>>>>>") + # print("<<<<------- after buildEnvAndLink -------->>>>>>") # for (n, t) in ASTs: # print(n) # print("--------------------")