diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-09-16 17:39:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-16 17:39:43 +0200 |
commit | 6ac7b90097bceaaaad7fef3c5eb6eb705929f640 (patch) | |
tree | 86c91ae610de5d766503145cf0c413240b36b00c /tests/test_main.cpp | |
parent | 17772112715f20b079b8d0bb25f2472e65ec2cde (diff) | |
parent | 4e6b5169b072bb160ba355f59bae02915426abb6 (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.cpp | 1 |
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" |