From db6b4a0bb11c0def3425cbfeb1e3636b3a601606 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Sun, 28 Jun 2015 12:29:31 +0200 Subject: [PATCH] fix copy-paste error; restores tests --- test/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.py b/test/test.py index 7d000b0..39729ce 100644 --- a/test/test.py +++ b/test/test.py @@ -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