whoops missed one function which should be a yield (of nothing)
[soc.git] / src / soc / simple / test / test_runner.py
index ee880352ffbf1567890e68036a334b56f0eba31c..223d947864b350767e2d112dae46736b6844d0e9 100644 (file)
@@ -134,6 +134,8 @@ class SimRunner(StateRunner):
 
     def prepare_for_test(self, test):
         self.test = test
+        if False:
+            yield
 
     def run_test(self, instructions, gen, insncode):
         """run_sim_state - runs an ISACaller simulation