summaryrefslogtreecommitdiff
path: root/tests/test_main.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-09-16 17:39:43 +0200
committerGitHub <noreply@github.com>2020-09-16 17:39:43 +0200
commit6ac7b90097bceaaaad7fef3c5eb6eb705929f640 (patch)
tree86c91ae610de5d766503145cf0c413240b36b00c /tests/test_main.cpp
parent17772112715f20b079b8d0bb25f2472e65ec2cde (diff)
parent4e6b5169b072bb160ba355f59bae02915426abb6 (diff)
Merge pull request #42013 from Xrayez/fix-list-swap
Fix `List` swap behavior on front, back and adjacent elements
Diffstat (limited to 'tests/test_main.cpp')
-rw-r--r--tests/test_main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_main.cpp b/tests/test_main.cpp
index 4e172caadb..f0dec22738 100644
--- a/tests/test_main.cpp
+++ b/tests/test_main.cpp
@@ -39,6 +39,7 @@
#include "test_expression.h"
#include "test_gradient.h"
#include "test_gui.h"
+#include "test_list.h"
#include "test_math.h"
#include "test_oa_hash_map.h"
#include "test_ordered_hash_map.h"