summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/src/regression
Commit message (Collapse)AuthorAgeFilesLines
* TST: Add basic test for compiling with intent(in out).Charles Harris2014-10-091-0/+9
This checks that the compilation works and that the expected error is raised when non-contiguous arrays are passed as intent(in out).