aboutsummaryrefslogtreecommitdiffstats
path: root/tests/checkasm/checkasm.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-07-27 11:57:16 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-07-27 12:27:12 +0200
commitb940145c67dbb2114bc231a36a4549de315504a9 (patch)
tree5b2efd7a51b6faf896ea784a4b7da80fb49b4f1a /tests/checkasm/checkasm.h
parentd12be9ed70f55e918ec852d2d4097a8fbdd36cb9 (diff)
parent65c14801527068fcaf729eeffc142ffd4682a21a (diff)
downloadffmpeg-b940145c67dbb2114bc231a36a4549de315504a9.tar.gz
Merge commit '65c14801527068fcaf729eeffc142ffd4682a21a'
* commit '65c14801527068fcaf729eeffc142ffd4682a21a': checkasm: Modify report format Merged-by: Michael Niedermayer <michael@niedermayer.cc>
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 aa81b44e94..fdec55e1c0 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__)