[commit: ghc] master: testsuite: update T6056 rule firing order (01a27c9)
git at git.haskell.org
git at git.haskell.org
Mon Sep 1 18:14:43 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/01a27c9de050ed68f39fa2d870d0930ec3dd207c/ghc
>---------------------------------------------------------------
commit 01a27c9de050ed68f39fa2d870d0930ec3dd207c
Author: Sergei Trofimovich <slyfox at gentoo.org>
Date: Mon Sep 1 21:13:45 2014 +0300
testsuite: update T6056 rule firing order
Fixes testsuite failure.
Summary: Signed-off-by: Sergei Trofimovich <slyfox at gentoo.org>
Test Plan: validate --slow
Reviewers: simonpj, austin
Reviewed By: austin
Subscribers: simonmar, ezyang, carter
Differential Revision: https://phabricator.haskell.org/D184
>---------------------------------------------------------------
01a27c9de050ed68f39fa2d870d0930ec3dd207c
testsuite/tests/simplCore/should_compile/T6056.stderr | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testsuite/tests/simplCore/should_compile/T6056.stderr b/testsuite/tests/simplCore/should_compile/T6056.stderr
index 10226d8..d1ae187 100644
--- a/testsuite/tests/simplCore/should_compile/T6056.stderr
+++ b/testsuite/tests/simplCore/should_compile/T6056.stderr
@@ -15,6 +15,6 @@ Rule fired:
Rule fired:
SPEC/main at main:T6056 T6056a.$wsmallerAndRest @ GHC.Types.Int
Rule fired:
- SPEC/main at main:T6056 T6056a.$wsmallerAndRest @ GHC.Types.Int
-Rule fired:
SPEC/main at main:T6056 T6056a.$wsmallerAndRest @ GHC.Integer.Type.Integer
+Rule fired:
+ SPEC/main at main:T6056 T6056a.$wsmallerAndRest @ GHC.Types.Int
More information about the ghc-commits
mailing list