[commit: packages/base] master: Wrong bug number (f28ee96)
git at git.haskell.org
git at git.haskell.org
Fri Feb 14 10:18:45 UTC 2014
Repository : ssh://git@git.haskell.org/base
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/f28ee96d7c246f78d5e8cb9c853f417e54ff3d91/base
>---------------------------------------------------------------
commit f28ee96d7c246f78d5e8cb9c853f417e54ff3d91
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Fri Feb 14 10:19:35 2014 +0000
Wrong bug number
the previous commit added a testcase for #8766, not #8374 -- too many
tabs open.
>---------------------------------------------------------------
f28ee96d7c246f78d5e8cb9c853f417e54ff3d91
tests/{T8374.hs => T8766.hs} | 0
tests/{T8374.stdout => T8766.stdout} | 0
tests/all.T | 2 +-
3 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/T8374.hs b/tests/T8766.hs
similarity index 100%
rename from tests/T8374.hs
rename to tests/T8766.hs
diff --git a/tests/T8374.stdout b/tests/T8766.stdout
similarity index 100%
rename from tests/T8374.stdout
rename to tests/T8766.stdout
diff --git a/tests/all.T b/tests/all.T
index 0d62dfd..d4a6c05 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -155,7 +155,7 @@ test('topHandler03',
], compile_and_run, [''])
-test('T8374',
+test('T8766',
[ stats_num_field('bytes allocated', (16828144, 5)),
# with GHC-7.6.3: 83937384 (but faster execution than the next line)
# before: 58771216 (without call-arity-analysis)
More information about the ghc-commits
mailing list