diff options
Diffstat (limited to 'testsuite/tests/concurrent/should_run/all.T')
-rw-r--r-- | testsuite/tests/concurrent/should_run/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T index 5665764fbc..1b729fac8f 100644 --- a/testsuite/tests/concurrent/should_run/all.T +++ b/testsuite/tests/concurrent/should_run/all.T @@ -77,6 +77,7 @@ test('T5866', exit_code(1), compile_and_run, ['']) test('atomicReadMVar1', normal, compile_and_run, ['']) test('atomicReadMVar2', normal, compile_and_run, ['']) test('atomicReadMVar3', normal, compile_and_run, ['']) +test('tryAtomicReadMVar1', normal, compile_and_run, ['']) # ----------------------------------------------------------------------------- # These tests we only do for a full run |