diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2019-01-15 13:14:45 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-01-20 21:35:20 -0500 |
commit | f035504b573b9684d53a6d035f8726672c1b0190 (patch) | |
tree | 5cc4037684d8967aa7b4808130cd9514d90a4501 /testsuite/tests/th/all.T | |
parent | 6e7aa5e937b18a45ee39c8c67b7a2f7350b89a66 (diff) | |
download | haskell-f035504b573b9684d53a6d035f8726672c1b0190.tar.gz |
Add support for ASM foreign files (.s) in TH (#16180)
Diffstat (limited to 'testsuite/tests/th/all.T')
-rw-r--r-- | testsuite/tests/th/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/th/all.T b/testsuite/tests/th/all.T index 6783bb6c78..9ddf28345e 100644 --- a/testsuite/tests/th/all.T +++ b/testsuite/tests/th/all.T @@ -467,3 +467,4 @@ test('T15437', expect_broken(15437), multimod_compile, test('T15985', normal, compile, ['']) test('T16133', normal, compile_fail, ['']) test('T15471', normal, multimod_compile, ['T15471.hs', '-v0']) +test('T16180', normal, compile_and_run, ['']) |