summaryrefslogtreecommitdiff
path: root/testsuite/tests/concurrent/prog002
diff options
context:
space:
mode:
authorYuras Shumovich <shumovichy@gmail.com>2015-08-29 12:25:14 +0200
committerBen Gamari <ben@smart-cactus.org>2015-08-29 13:08:18 +0200
commit0c823af84d80ac103528e54eda8e1c6bdf2bea69 (patch)
tree24776ce9a191570684a709b77a791855d329ea8b /testsuite/tests/concurrent/prog002
parent8476ce24c77f4323bd4e03552d3d1513318589f4 (diff)
downloadhaskell-0c823af84d80ac103528e54eda8e1c6bdf2bea69.tar.gz
Fix identifier parsing in hp2ps
Now identifiers can start with a package key, which is a hash, so they may also start with a digit. Identifiers always appear at the beginning of a line, and numbers never appear here, soit's safe to allow identifiers to start with a digit. Test Plan: `concprog002` passes under `threaded2_hT` way Reviewers: austin, bgamari, thomie Reviewed By: austin, bgamari, thomie Differential Revision: https://phabricator.haskell.org/D1175 GHC Trac Issues: #10661
Diffstat (limited to 'testsuite/tests/concurrent/prog002')
-rw-r--r--testsuite/tests/concurrent/prog002/all.T1
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/tests/concurrent/prog002/all.T b/testsuite/tests/concurrent/prog002/all.T
index 5eb62382ee..54613a7e4a 100644
--- a/testsuite/tests/concurrent/prog002/all.T
+++ b/testsuite/tests/concurrent/prog002/all.T
@@ -11,7 +11,6 @@ else:
test('concprog002',
[only_ways(['threaded2','threaded2_hT']),
- expect_broken_for(10661, ['threaded2_hT']),
extra_ways(ways),
exit_code(1),
when(fast(), skip),