Skip to content
Snippets Groups Projects
Commit b8b7fdf2 authored by Ronald Charles Moore's avatar Ronald Charles Moore
Browse files

small fix in comments

parent cbc85c5e
No related branches found
No related tags found
No related merge requests found
......@@ -35,9 +35,9 @@ clean:
$(RM) -v *~ *.o $(PROGS) tmp.txt
test: $(PROGS) $(TESTFILES)
# "Running interpreter in test mode\n"
# Running interpreter in test mode
-./interpreter testInput.txt 2>&1 >tmp.txt
# "Checking output -- no news is good news!\n"
# Checking output -- no news is good news!
diff testOutput.txt tmp.txt
-rm tmp.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment