aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2018-08-28 16:52:34 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2018-08-28 16:55:22 +0200
commit9f5203d2436b86efb341b17f2acb8d9f4bb48ecd (patch)
treeb92fd2c80e3e12da6b22b3b898df8f85f0ce7d01
parent02c79f12a44df389ca8e3bfa81ff8dc19011e2d9 (diff)
cosmetic: remove wrong comment
is_meas_overdue() does not use is_meas_complete() anymore. Change-Id: I5925fad161843c06e76543d9098c598fe9e72d68 Related: OS#2975
-rw-r--r--tests/meas/meas_test.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/meas/meas_test.c b/tests/meas/meas_test.c
index e61fd2e0..ec89df98 100644
--- a/tests/meas/meas_test.c
+++ b/tests/meas/meas_test.c
@@ -118,9 +118,6 @@ static void test_meas_compute(const struct meas_testcase *mtc)
}
-/* This tests the function is_meas_overdue() and since is_meas_overdue()
- * internally makes use of is_meas_complete(), this also gives
- * is_meas_complete() a detailed check. */
static void test_is_meas_overdue(void)
{
struct gsm_lchan *lchan;