Commit f8bea175 authored by whitequark's avatar whitequark
Browse files

test/test_fsm: fix typo.

parent 319d3cdc
...@@ -7,7 +7,7 @@ from migen.genlib.fsm import FSM ...@@ -7,7 +7,7 @@ from migen.genlib.fsm import FSM
from migen.test.support import SimCase from migen.test.support import SimCase
class SyncFIFOCase(SimCase, unittest.TestCase): class FSMCase(SimCase, unittest.TestCase):
class TestBench(Module): class TestBench(Module):
def __init__(self): def __init__(self):
self.ctrl = Signal() self.ctrl = Signal()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment