diff options
author | Josh Blum | 2012-11-04 21:47:18 -0800 |
---|---|---|
committer | Josh Blum | 2012-11-04 21:47:18 -0800 |
commit | ed68f79a7a2e3c1bdbe0a2b4c5498ac29e431cce (patch) | |
tree | 3c9d44a5a65b83ab2058075d2ee327e973b09562 /tests | |
parent | c6c54f66c714115e666ed067cc05aa07a759da5c (diff) | |
download | sandhi-ed68f79a7a2e3c1bdbe0a2b4c5498ac29e431cce.tar.gz sandhi-ed68f79a7a2e3c1bdbe0a2b4c5498ac29e431cce.tar.bz2 sandhi-ed68f79a7a2e3c1bdbe0a2b4c5498ac29e431cce.zip |
work on Python Blocks overloads/directors
Diffstat (limited to 'tests')
-rw-r--r-- | tests/block_test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/block_test.py b/tests/block_test.py index d076f8e..d510b6e 100644 --- a/tests/block_test.py +++ b/tests/block_test.py @@ -46,6 +46,7 @@ class BlockTest(unittest.TestCase): print 'ok' tb.disconnect(null_src, null_sink) + tb.commit() print 'done' if __name__ == '__main__': |