aboutsummaryrefslogtreecommitdiffstats
path: root/tests/types/TypesTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/types/TypesTest.cpp')
-rw-r--r--tests/types/TypesTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/types/TypesTest.cpp b/tests/types/TypesTest.cpp
index b2ddc94f..ee4e9370 100644
--- a/tests/types/TypesTest.cpp
+++ b/tests/types/TypesTest.cpp
@@ -88,7 +88,7 @@ static void test_llc(void)
llc.append_frame(data, llc.remaining_space() - 1);
OSMO_ASSERT(llc.fits_in_current_frame(1));
OSMO_ASSERT(!llc.fits_in_current_frame(2));
- }
+ }
}
static void test_rlc()