Skip to content
Snippets Groups Projects
Commit a5dfc24b authored by pycsham's avatar pycsham
Browse files

reverting back changes on test.py

parent 19eb00f4
No related branches found
No related tags found
No related merge requests found
......@@ -142,12 +142,12 @@ def run(testFiles):
except Exception as e:
return "AST buidling: " + e.args[0]
for (n, t) in ASTs:
if n == "./Tests/A4/Je_8_DefiniteAssignment_ComplexInitializer.java":
print(n)
print("--------------------")
t.printTree()
print("\n \n\n \n")
# for (n, t) in ASTs:
# if n == "./Tests/A4/Je_8_DefiniteAssignment_ComplexInitializer.java":
# print(n)
# print("--------------------")
# t.printTree()
# print("\n \n\n \n")
try:
buildEnvAndLink(ASTs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment