summaryrefslogtreecommitdiff
path: root/testsuite/tests/deriving/should_compile/all.T
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2022-10-19 15:44:54 +0200
committerSylvain Henry <sylvain@haskus.fr>2022-10-26 09:32:20 +0200
commit9ab31f42da8796363187e387c4085e8c9197f4e5 (patch)
tree6e3ea5351a597680b5a01838a7e9d191a8fa576f /testsuite/tests/deriving/should_compile/all.T
parent0270cc54481bef9630274e77c2750940c1a4eff5 (diff)
downloadhaskell-9ab31f42da8796363187e387c4085e8c9197f4e5.tar.gz
Testsuite: more precise test options
Necessary for newer cross-compiling backends (JS, Wasm) that don't support TH yet.
Diffstat (limited to 'testsuite/tests/deriving/should_compile/all.T')
-rw-r--r--testsuite/tests/deriving/should_compile/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/deriving/should_compile/all.T b/testsuite/tests/deriving/should_compile/all.T
index 5d23680d2b..922b7126b7 100644
--- a/testsuite/tests/deriving/should_compile/all.T
+++ b/testsuite/tests/deriving/should_compile/all.T
@@ -128,7 +128,7 @@ test('T17339', normal, compile,
['-ddump-simpl -dsuppress-idinfo -dno-typeable-binds'])
test('T17880', normal, compile, [''])
test('T18055', normal, compile, [''])
-test('T18321', normal, compile, [''])
+test('T18321', req_th, compile, [''])
test('T18914', normal, compile, [''])
# We need to find derived instances in the Tc trace dump.
# They are printed in tcDeriv beginning with "rnd" line