summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2023-04-13 22:55:18 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2023-04-13 22:55:18 +0200
commit4769e0085d7e259d68de1f4d22b6a83509fcad05 (patch)
treecfc79c946d7b5c387846f45e02f768d374150861 /test
parentee3f9dd06d1325b3f71e655a819b441e1b820468 (diff)
Fix more compiler warnings (comma at end of enum)
These warnings are benign but ... I fixed them nevertheless.
Diffstat (limited to 'test')
-rw-r--r--test/unittests.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unittests.h b/test/unittests.h
index cee1dfc3f..babecde64 100644
--- a/test/unittests.h
+++ b/test/unittests.h
@@ -55,7 +55,7 @@ enum {
UT_TEST_SCROLLBARSIZE,
UT_TEST_SCHEMES,
UT_TEST_SIMPLE_TERMINAL,
- UT_TEST_CORE,
+ UT_TEST_CORE
};
// This class helps to automatically register a new test with the unittest app.