diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-02-22 12:29:35 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-02-22 12:31:44 -0500 |
commit | efeae3f96e32015dfd984a581d178679449f09ed (patch) | |
tree | b785867adbff0878f6cd1bc0cc73d65fc1b678c6 | |
parent | a5373c1fe172dee31e07bcb7c7f6caff1035e6ba (diff) | |
download | haskell-wip/fix-whitespace.tar.gz |
testsuite: Fix whitespace in hp2ps error messagewip/fix-whitespace
-rw-r--r-- | testsuite/driver/testlib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/driver/testlib.py b/testsuite/driver/testlib.py index c09d02aab2..132c10ac85 100644 --- a/testsuite/driver/testlib.py +++ b/testsuite/driver/testlib.py @@ -1566,7 +1566,7 @@ def check_hp_ok(name): if (gsResult == 0): return (True) else: - print("hp2ps output for " + name + "is not valid PostScript") + print("hp2ps output for " + name + " is not valid PostScript") else: return (True) # assume postscript is valid without ghostscript else: print("hp2ps did not generate PostScript for " + name) |