tests: print error locations verbosely

So we don't have to figure out which line generated this error by
searching for the subtest/error code combination.

Change-Id: Icca0a776fd19f0f3d250ddb76916f5f932dd9b5e
This commit is contained in:
Ben Gras
2013-01-25 01:00:10 +00:00
parent 8ebdbed79c
commit 042ecb4231
4 changed files with 6 additions and 8 deletions

View File

@@ -21,7 +21,6 @@
void test22a(void);
int mode(char *filename);
int umode(char *filename);
void e(int number);
void quit(void);
int main(int argc, char *argv[])