diff options
Diffstat (limited to 'testsuite/tests/rebindable/all.T')
-rw-r--r-- | testsuite/tests/rebindable/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/rebindable/all.T b/testsuite/tests/rebindable/all.T index f1737e9603..dd51e2b1cf 100644 --- a/testsuite/tests/rebindable/all.T +++ b/testsuite/tests/rebindable/all.T @@ -31,5 +31,6 @@ test('T4851', normal, compile, ['']) test('T5908', normal, compile, ['']) test('T10112', normal, compile, ['']) -test('T11216', [expect_broken(11216)], compile, ['']) +test('T11216', normal, compile, ['']) +test('T11216A', normal, compile, ['']) test('T12080', normal, compile, ['']) |