fix copy-paste error; restores tests

This commit is contained in:
Radovan Bast 2015-06-28 12:29:31 +02:00
parent 5a34bd2deb
commit db6b4a0bb1

View File

@ -81,5 +81,5 @@ def test_cxx():
def test_fc():
stdout, stderr = boilerplate('fc', 'python setup.py --cxx=gfortran')
stdout, stderr = boilerplate('fc', 'python setup.py --fc=gfortran')
assert 'Hello World!' in stdout