aboutsummaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
authorPavel I. Kryukov <pavel.igorevich.kryukov@gmail.com>2022-05-18 10:10:24 +0300
committerGitHub <noreply@github.com>2022-05-18 00:10:24 -0700
commit2415a34131979da9a33594212655bfbe72f74a6f (patch)
tree14e73b9f68d3d94b991202fd0b9ab4554ac64e5a /test.py
parentf9272e8d496a8259f29b952797f595eb9e81078d (diff)
downloadriscv-opcodes-2415a34131979da9a33594212655bfbe72f74a6f.zip
riscv-opcodes-2415a34131979da9a33594212655bfbe72f74a6f.tar.gz
riscv-opcodes-2415a34131979da9a33594212655bfbe72f74a6f.tar.bz2
Check for overlapping fields (#120)
* Check for overlapping fields * Enable unit test
Diffstat (limited to 'test.py')
-rw-r--r--test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test.py b/test.py
index 89c014d..8f6f34e 100644
--- a/test.py
+++ b/test.py
@@ -36,7 +36,6 @@ class EncodingLineTest(unittest.TestCase):
self.assertError('jol rd jimm20 2..0=10')
self.assertError('jol rd jimm20 2..0=0xB')
- @unittest.skip('not implemented')
def test_overlapping_field(self):
self.assertError('jol rd rs1 jimm20 6..2=0x1b 1..0=3')