(self, methodName="runTest")
| 104 | |
| 105 | class longLongTestCase(FortranTestCase): |
| 106 | def __init__(self, methodName="runTest"): |
| 107 | FortranTestCase.__init__(self, methodName) |
| 108 | self.typeStr = "longLong" |
| 109 | self.typeCode = "q" |
| 110 | |
| 111 | ###################################################################### |
| 112 |