From 09dbcdcfa8c44b420c4a1763f599fd0e59e00d97 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 4 Jul 2018 16:04:27 +0200 Subject: Test compile fix --- tests/ice40/hx1k.cc | 1 - tests/ice40/hx8k.cc | 1 - tests/ice40/lp1k.cc | 1 - tests/ice40/lp384.cc | 1 - tests/ice40/lp8k.cc | 1 - tests/ice40/up5k.cc | 1 - 6 files changed, 6 deletions(-) diff --git a/tests/ice40/hx1k.cc b/tests/ice40/hx1k.cc index afc007af..6c3205f3 100644 --- a/tests/ice40/hx1k.cc +++ b/tests/ice40/hx1k.cc @@ -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); diff --git a/tests/ice40/hx8k.cc b/tests/ice40/hx8k.cc index 6197a106..485a2d31 100644 --- a/tests/ice40/hx8k.cc +++ b/tests/ice40/hx8k.cc @@ -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); diff --git a/tests/ice40/lp1k.cc b/tests/ice40/lp1k.cc index b05fca24..b1092700 100644 --- a/tests/ice40/lp1k.cc +++ b/tests/ice40/lp1k.cc @@ -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); diff --git a/tests/ice40/lp384.cc b/tests/ice40/lp384.cc index 150bf5da..287293d9 100644 --- a/tests/ice40/lp384.cc +++ b/tests/ice40/lp384.cc @@ -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); diff --git a/tests/ice40/lp8k.cc b/tests/ice40/lp8k.cc index 0ff2328b..efe61b5b 100644 --- a/tests/ice40/lp8k.cc +++ b/tests/ice40/lp8k.cc @@ -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); diff --git a/tests/ice40/up5k.cc b/tests/ice40/up5k.cc index 3282cba7..342a7c0a 100644 --- a/tests/ice40/up5k.cc +++ b/tests/ice40/up5k.cc @@ -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); -- cgit v1.2.3