aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/bits.cc
diff options
context:
space:
mode:
Diffstat (limited to 'fpga_interchange/bits.cc')
-rw-r--r--fpga_interchange/bits.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/fpga_interchange/bits.cc b/fpga_interchange/bits.cc
index ac92edd..ef201b2 100644
--- a/fpga_interchange/bits.cc
+++ b/fpga_interchange/bits.cc
@@ -20,9 +20,9 @@
#include "gtest/gtest.h"
#include "bits.h"
-#include "nextpnr.h"
+#include "nextpnr_namespaces.h"
-namespace nextpnr {
+NEXTPNR_NAMESPACE_BEGIN
class BitsTest : public ::testing::Test
{
@@ -55,4 +55,4 @@ TEST_F(BitsTest, ctz)
}
}
-}; // namespace nextpnr
+NEXTPNR_NAMESPACE_END