aboutsummaryrefslogtreecommitdiffstats
path: root/tests/checkasm/checkasm.h
diff options
context:
space:
mode:
authorHenrik Gramner <henrik@gramner.com>2015-07-24 23:46:20 +0200
committerAnton Khirnov <anton@khirnov.net>2015-07-27 07:45:11 +0200
commit65c14801527068fcaf729eeffc142ffd4682a21a (patch)
tree4d63aeba3dec5077d8a49a35d73a347d6bcfd09e /tests/checkasm/checkasm.h
parentf3bd3810d274a7f51b5925fc3d2fc33e8043a5d4 (diff)
downloadffmpeg-65c14801527068fcaf729eeffc142ffd4682a21a.tar.gz
checkasm: Modify report format
Makes it a bit more clear where each test belongs. Suggested by Anton Khirnov. Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'tests/checkasm/checkasm.h')
-rw-r--r--tests/checkasm/checkasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/checkasm/checkasm.h b/tests/checkasm/checkasm.h
index b7a36ee126..443546ad73 100644
--- a/tests/checkasm/checkasm.h
+++ b/tests/checkasm/checkasm.h
@@ -55,7 +55,7 @@ static av_unused intptr_t (*func_new)();
#define fail() checkasm_fail_func("%s:%d", av_basename(__FILE__), __LINE__)
/* Print the test outcome */
-#define report(...) checkasm_report("" __VA_ARGS__)
+#define report checkasm_report
/* Call the reference function */
#define call_ref(...) func_ref(__VA_ARGS__)