summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-06-11 01:11:58 -0400
committerBen Gamari <ben@smart-cactus.org>2019-06-12 08:20:25 -0400
commitb09374a4a839c2587a738698133465c4b9277c3b (patch)
tree3005ce565c134139b9781331a1d10b368e289085
parentb5a13a1e40da43d115786bac3a7f8bf0e7849db1 (diff)
downloadhaskell-b09374a4a839c2587a738698133465c4b9277c3b.tar.gz
testsuite: Note intentional typo in T7130
I earlier accidentally corrected it breaking the test.
-rw-r--r--testsuite/tests/driver/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/driver/all.T b/testsuite/tests/driver/all.T
index 2d73967caa..d1e74a961a 100644
--- a/testsuite/tests/driver/all.T
+++ b/testsuite/tests/driver/all.T
@@ -170,6 +170,7 @@ test( 'T4114d', [fobject_code, expect_broken_for(4114, ['ghci'])], compile_and_r
test('T5584', [], makefile_test, [])
test('T5198', [], makefile_test, [])
test('T7060', [], makefile_test, [])
+# N.B. The typo in the argument below is intentional.
test('T7130', normal, compile_fail, ['-fflul-laziness'])
test('T7563', when(unregisterised(), skip), makefile_test, [])
test('T6037',