Test compile fix

This commit is contained in:
Miodrag Milanovic 2018-07-04 16:04:27 +02:00
parent 487299b564
commit 09dbcdcfa8
6 changed files with 0 additions and 6 deletions

View File

@ -29,7 +29,6 @@ class HX1KTest : public ::testing::Test
protected:
virtual void SetUp()
{
IdString::global_ctx = nullptr;
chipArgs.type = ArchArgs::HX1K;
chipArgs.package = "tq144";
ctx = new Context(chipArgs);

View File

@ -29,7 +29,6 @@ class HX8KTest : public ::testing::Test
protected:
virtual void SetUp()
{
IdString::global_ctx = nullptr;
chipArgs.type = ArchArgs::HX8K;
chipArgs.package = "ct256";
ctx = new Context(chipArgs);

View File

@ -29,7 +29,6 @@ class LP1KTest : public ::testing::Test
protected:
virtual void SetUp()
{
IdString::global_ctx = nullptr;
chipArgs.type = ArchArgs::LP1K;
chipArgs.package = "tq144";
ctx = new Context(chipArgs);

View File

@ -29,7 +29,6 @@ class LP384Test : public ::testing::Test
protected:
virtual void SetUp()
{
IdString::global_ctx = nullptr;
chipArgs.type = ArchArgs::LP384;
chipArgs.package = "qn32";
ctx = new Context(chipArgs);

View File

@ -29,7 +29,6 @@ class LP8KTest : public ::testing::Test
protected:
virtual void SetUp()
{
IdString::global_ctx = nullptr;
chipArgs.type = ArchArgs::LP8K;
chipArgs.package = "ct256";
ctx = new Context(chipArgs);

View File

@ -29,7 +29,6 @@ class UP5KTest : public ::testing::Test
protected:
virtual void SetUp()
{
IdString::global_ctx = nullptr;
chipArgs.type = ArchArgs::UP5K;
chipArgs.package = "sg48";
ctx = new Context(chipArgs);