From 7fde3db8ffa7bed9d8a9467ec1825e7d34d02105 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Fri, 18 Sep 2015 12:29:01 +0200 Subject: [PATCH] fix typo --- test/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.py b/test/test.py index 56c4019..9257c7f 100644 --- a/test/test.py +++ b/test/test.py @@ -117,7 +117,7 @@ def test_fc_mpi(): if sys.platform == 'win32': setup_line = 'python setup.py --mpi --fc=gfortran --extra-fc-flags="-D_WIN64 -D INT_PTR_KIND()=8 -fno-range-check"' else: - setup_line = 'python setup.py --mpi --fc=mpif90"' + setup_line = 'python setup.py --mpi --fc=mpif90' configure_build_and_exe('fc_mpi', setup_line, 'mpiexec -np 2')