[commit: ghc] wip/T16039: avoid unregisterised (094c761)

git at git.haskell.org git at git.haskell.org
Sun Mar 31 15:07:47 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/T16039
Link       : http://ghc.haskell.org/trac/ghc/changeset/094c761da88ce02de9a6d232540cc3bf046f1327/ghc

>---------------------------------------------------------------

commit 094c761da88ce02de9a6d232540cc3bf046f1327
Author: Gabor Greif <ggreif at gmail.com>
Date:   Thu Jan 3 06:44:59 2019 +0100

    avoid unregisterised


>---------------------------------------------------------------

094c761da88ce02de9a6d232540cc3bf046f1327
 testsuite/tests/simplCore/should_compile/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/simplCore/should_compile/all.T b/testsuite/tests/simplCore/should_compile/all.T
index 9e02252..5fa203a 100644
--- a/testsuite/tests/simplCore/should_compile/all.T
+++ b/testsuite/tests/simplCore/should_compile/all.T
@@ -328,4 +328,4 @@ test('T15631',
      ['$MAKE -s --no-print-directory T15631'])
 test('T15673', normal, compile, ['-O'])
 
-test('T16039', normal, run_command, ['$MAKE -s --no-print-directory T16039'])
+test('T16039', when(unregisterised(), skip), run_command, ['$MAKE -s --no-print-directory T16039'])



More information about the ghc-commits mailing list