summaryrefslogtreecommitdiff
path: root/auto_tests
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-07-07 21:40:17 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-07-08 19:03:52 +0000
commit2b49f803959cf47f81d1b49032f7c6f30ccc37f7 (patch)
treede26ad6da901c7d951e66745ee80545b71300abb /auto_tests
parentebdc43285a4fdf1f9d76f8839a9ba572a35cbb80 (diff)
Rename `BS_LIST` to `BS_List` to follow the naming conventions.
`BS_LIST` would be a constant. `BS_List` is a type name.
Diffstat (limited to 'auto_tests')
-rw-r--r--auto_tests/monolith_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_tests/monolith_test.cc b/auto_tests/monolith_test.cc
index 45d55958..7511decf 100644
--- a/auto_tests/monolith_test.cc
+++ b/auto_tests/monolith_test.cc
@@ -184,7 +184,7 @@ int main(int argc, char *argv[]) {
184 CHECK_SIZE(Group_Chats, 2120); 184 CHECK_SIZE(Group_Chats, 2120);
185 CHECK_SIZE(Group_Peer, 480); 185 CHECK_SIZE(Group_Peer, 480);
186 // toxcore/list 186 // toxcore/list
187 CHECK_SIZE(BS_LIST, 32); 187 CHECK_SIZE(BS_List, 32);
188 // toxcore/logger 188 // toxcore/logger
189 CHECK_SIZE(Logger, 24); 189 CHECK_SIZE(Logger, 24);
190 // toxcore/Messenger 190 // toxcore/Messenger