summaryrefslogtreecommitdiff
path: root/include/test_util.h
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2020-05-19 13:38:16 -0700
committerCommit Bot <commit-bot@chromium.org>2020-05-20 00:46:48 +0000
commite885fc3efa2c579e00c4ef526ce634ba7da9b103 (patch)
tree00a23bd8e17042b8b9042fd3b1f7f50d3a2b474c /include/test_util.h
parente92972e8cdfad562f9017a560a51491b2bda58f3 (diff)
downloadchrome-ec-e885fc3efa2c579e00c4ef526ce634ba7da9b103.tar.gz
test_util: Fix typo
BRANCH=none BUG=none TEST=make buildall -j Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: I259c18e09c568e2e7c38c18c93cf666fb17de44b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2209368 Commit-Queue: Diana Z <dzigterman@chromium.org> Reviewed-by: Diana Z <dzigterman@chromium.org>
Diffstat (limited to 'include/test_util.h')
-rw-r--r--include/test_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/test_util.h b/include/test_util.h
index 53e750f472..24549ff594 100644
--- a/include/test_util.h
+++ b/include/test_util.h
@@ -47,7 +47,7 @@
__auto_type _a = (a); \
__auto_type _b = (b); \
if (!(_a op _b)) { \
- ccprintf("%d: ASSERSION failed: %s " #op " %s\n", \
+ ccprintf("%d: ASSERTION failed: %s " #op " %s\n", \
__LINE__, #a, #b); \
ccprintf("\t\tEVAL: " fmt " " #op " " fmt "\n", \
_a, _b); \