[commit: ghc] wip/cross-constr-cse: Add T13861 (49d702f)
git at git.haskell.org
git at git.haskell.org
Sun Jul 30 13:51:13 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/cross-constr-cse
Link : http://ghc.haskell.org/trac/ghc/changeset/49d702f3cf5d5157d38fe808bf2024767d26c2e3/ghc
>---------------------------------------------------------------
commit 49d702f3cf5d5157d38fe808bf2024767d26c2e3
Author: Gabor Greif <ggreif at gmail.com>
Date: Sat Jul 29 22:11:01 2017 +0200
Add T13861
>---------------------------------------------------------------
49d702f3cf5d5157d38fe808bf2024767d26c2e3
testsuite/tests/simplStg/should_run/all.T | 2 ++
1 file changed, 2 insertions(+)
diff --git a/testsuite/tests/simplStg/should_run/all.T b/testsuite/tests/simplStg/should_run/all.T
index d3aa937..6ca2e6b 100644
--- a/testsuite/tests/simplStg/should_run/all.T
+++ b/testsuite/tests/simplStg/should_run/all.T
@@ -10,6 +10,8 @@ def f( name, opts ):
setTestOpts(f)
test('T9291', normal, compile_and_run, [''])
+test('T13861', normal, compile_and_run, [''])
+
test('T13536', normal, compile_and_run, [''])
test('T13536a',
More information about the ghc-commits
mailing list