Skip to content

Commit

Permalink
Make test error give failing line
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJefferson committed Jun 8, 2018
1 parent 38cdf69 commit 05a484d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/test.gi
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ InstallGlobalFunction(ParseTestInput, function(str, ignorecomments)
Add(outp[Length(outp)], '\n');
i := i+1;
else
Error("Invalid data in test file");
Error("Invalid data at line ", i, " of test file");
i := i+1;
fi;
od;
Expand Down

0 comments on commit 05a484d

Please sign in to comment.