aboutsummaryrefslogtreecommitdiffstats
path: root/executor/test_executor.cc
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-06-14 10:43:08 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-06-14 13:06:03 +0200
commit507a9d5ab91b38212e35f03302388e3e0b147000 (patch)
treecc851820b31ab6734b97a50bcb25133289cda321 /executor/test_executor.cc
parent241540a95e7316ab0836c04823c3361fa746da60 (diff)
executor: fix csum test
Diffstat (limited to 'executor/test_executor.cc')
-rw-r--r--executor/test_executor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/test_executor.cc b/executor/test_executor.cc
index 5cf404675..6bc018a27 100644
--- a/executor/test_executor.cc
+++ b/executor/test_executor.cc
@@ -188,8 +188,8 @@ extern "C" int test_csum_inet_acc()
if (csum_inet_digest(&csum_acc) != csum_inet_digest(&csum))
return 1;
- return 0;
}
+ return 0;
}
static unsigned host_kernel_version();