Skip to content
Snippets Groups Projects
Commit c58e3eb5 authored by Maxim Cournoyer's avatar Maxim Cournoyer
Browse files

tests: unittests: Fix linking errors.

The linker would throw errors starting with GCC 10 (see:
https://gcc.gnu.org/gcc-10/porting_to.html).  Final fix for
<#882>.

* tests/unittests/account_unittest.cpp (globalEnv): Remove variable.
* tests/unittests/contact_unittest.cpp: Likewise.

Change-Id: I08cff055590c06afb9423759ff3e2c6c6c790e94
parent 6f30acf0
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,6 @@
#include "globaltestenvironment.h"
TestEnvironment globalEnv;
/*!
* Test fixture for AccountAdapter testing
*/
......
......@@ -18,8 +18,6 @@
#include "globaltestenvironment.h"
TestEnvironment globalEnv;
/*!
* Test fixture for AccountAdapter testing
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment