Test compile fix
This commit is contained in:
parent
487299b564
commit
09dbcdcfa8
@ -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);
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user