diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-26 01:26:26 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-26 01:26:26 +0000 |
commit | a3e9109116143dcc6740f8ade6c10db1a290232f (patch) | |
tree | ed2edc8e0a46ea70c703251f56fe2d90f7b9ce59 /testsuite/tests/parser/unicode | |
parent | e0413f002e898db8a2e1f32e8fc2e4f1c09a4990 (diff) | |
download | haskell-a3e9109116143dcc6740f8ade6c10db1a290232f.tar.gz |
T7671 / #7671 is now fixed
Diffstat (limited to 'testsuite/tests/parser/unicode')
-rw-r--r-- | testsuite/tests/parser/unicode/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/parser/unicode/all.T b/testsuite/tests/parser/unicode/all.T index 71db26ff53..a8e19ebec9 100644 --- a/testsuite/tests/parser/unicode/all.T +++ b/testsuite/tests/parser/unicode/all.T @@ -20,4 +20,4 @@ test('T1744', normal, compile_and_run, ['']) test('T1103', normal, compile, ['']) test('T2302', only_ways(['normal']), compile_fail, ['']) test('T4373', normal, compile, ['']) -test('T7671', expect_broken(7671), compile, ['']) +test('T7671', normal, compile, ['']) |