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

@@ -25,7 +25,6 @@ void test3a(void);
void test3c(void);
void test3d(void);
void test3e(void);
void e(int n);
int main(argc, argv)
int argc;