Fix pinvbuf test to use new interface with only driver size.

This commit is contained in:
Matt Guthaus 2018-07-26 14:20:00 -07:00
parent c8808c268a
commit f098b995f0
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class pinvbuf_test(openram_test):
import pinvbuf
debug.info(2, "Testing inverter/buffer 4x 8x")
a = pinvbuf.pinvbuf(4,8)
a = pinvbuf.pinvbuf(8)
self.local_check(a)
globals.end_openram()