summaryrefslogtreecommitdiff
path: root/tests/checkasm/h264qpel.c
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/h264qpel.c
parentd12be9ed70f55e918ec852d2d4097a8fbdd36cb9 (diff)
parent65c14801527068fcaf729eeffc142ffd4682a21a (diff)
Merge commit '65c14801527068fcaf729eeffc142ffd4682a21a'
* commit '65c14801527068fcaf729eeffc142ffd4682a21a': checkasm: Modify report format Merged-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/checkasm/h264qpel.c')
-rw-r--r--tests/checkasm/h264qpel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/checkasm/h264qpel.c b/tests/checkasm/h264qpel.c
index ec015a6a52..63b9a517a8 100644
--- a/tests/checkasm/h264qpel.c
+++ b/tests/checkasm/h264qpel.c
@@ -75,6 +75,6 @@ void checkasm_check_h264qpel(void)
}
}
}
- report("%s_h264_qpel", op_name);
+ report("%s", op_name);
}
}