diff options
Diffstat (limited to 'testsuite/tests/rebindable/all.T')
-rw-r--r-- | testsuite/tests/rebindable/all.T | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/testsuite/tests/rebindable/all.T b/testsuite/tests/rebindable/all.T index 7c8caea438..2caa486d9b 100644 --- a/testsuite/tests/rebindable/all.T +++ b/testsuite/tests/rebindable/all.T @@ -20,10 +20,8 @@ test('rebindable7', normal, compile_and_run, ['']) test('rebindable8', normal, compile, ['']) test('rebindable9', normal, compile, ['']) test('rebindable10', normal, compile_and_run, ['']) - -# Test rebindable clash warnings -test('rebindable11', normal, compile, ['']) -test('rebindable12', normal, compile_fail, ['']) +test('RebindableFailA', exit_code(1), compile_and_run, ['']) +test('RebindableFailB', normal, compile_and_run, ['']) test('T303', normal, compile, ['']) |