diff options
Diffstat (limited to 'testsuite/tests/primops/should_compile/all.T')
-rw-r--r-- | testsuite/tests/primops/should_compile/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/primops/should_compile/all.T b/testsuite/tests/primops/should_compile/all.T index 82fa474c8b..94ef2b5c4f 100644 --- a/testsuite/tests/primops/should_compile/all.T +++ b/testsuite/tests/primops/should_compile/all.T @@ -6,3 +6,4 @@ test('LevAddrToAny', normal, compile, ['']) test('UnliftedMutVar_Comp', normal, compile, ['']) test('UnliftedStableName', normal, compile, ['']) test('KeepAliveWrapper', normal, compile, ['-O']) +test('T22152', normal, compile, ['']) |