aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ice40/up5k.cc
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-07-04 16:04:27 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-07-04 16:04:27 +0200
commit09dbcdcfa8c44b420c4a1763f599fd0e59e00d97 (patch)
tree048da0e22e1d4498c494be3d7832dc0061d42311 /tests/ice40/up5k.cc
parent487299b564b5dc4e2f8d34c36f7e23e3791daf93 (diff)
downloadnextpnr-09dbcdcfa8c44b420c4a1763f599fd0e59e00d97.tar.gz
nextpnr-09dbcdcfa8c44b420c4a1763f599fd0e59e00d97.tar.bz2
nextpnr-09dbcdcfa8c44b420c4a1763f599fd0e59e00d97.zip
Test compile fix
Diffstat (limited to 'tests/ice40/up5k.cc')
-rw-r--r--tests/ice40/up5k.cc1
1 files changed, 0 insertions, 1 deletions
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);