mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Do not use EC code in global constructors
This commit is contained in:
parent
07a9901703
commit
4c97c64bf6
1 changed files with 2 additions and 1 deletions
|
|
@ -175,7 +175,6 @@ struct KeyData
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const KeyData keys;
|
|
||||||
|
|
||||||
class TestBuilder
|
class TestBuilder
|
||||||
{
|
{
|
||||||
|
|
@ -317,6 +316,8 @@ public:
|
||||||
|
|
||||||
BOOST_AUTO_TEST_CASE(script_build)
|
BOOST_AUTO_TEST_CASE(script_build)
|
||||||
{
|
{
|
||||||
|
const KeyData keys;
|
||||||
|
|
||||||
std::vector<TestBuilder> good;
|
std::vector<TestBuilder> good;
|
||||||
std::vector<TestBuilder> bad;
|
std::vector<TestBuilder> bad;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue