diff options
Diffstat (limited to 'testsuite/tests/linear/should_fail/all.T')
-rw-r--r-- | testsuite/tests/linear/should_fail/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/linear/should_fail/all.T b/testsuite/tests/linear/should_fail/all.T index bf0f392192..89363cba85 100644 --- a/testsuite/tests/linear/should_fail/all.T +++ b/testsuite/tests/linear/should_fail/all.T @@ -38,3 +38,4 @@ test('LinearTHFail3', normal, compile_fail, ['']) test('T18888', normal, compile_fail, ['']) test('T18888_datakinds', normal, compile_fail, ['']) test('T19120', normal, compile_fail, ['']) +test('T20083', normal, compile_fail, ['-XLinearTypes']) |