diff options
Diffstat (limited to 'testsuite/tests/gadt')
-rw-r--r-- | testsuite/tests/gadt/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/gadt/all.T b/testsuite/tests/gadt/all.T index 9a48e69894..d5873c907f 100644 --- a/testsuite/tests/gadt/all.T +++ b/testsuite/tests/gadt/all.T @@ -52,7 +52,7 @@ test('arrow', normal, compile, ['']) test('tdpe', normal, compile, ['']) test('Nilsson', when(fast(), skip), compile, ['']) -if config.fast: +if fast(): test('records', normal, compile, ['']) else: test('records', normal, compile_and_run, ['']) |