[commit: ghc] master: Add missing files (d3cf2a9)
git at git.haskell.org
git at git.haskell.org
Tue Feb 23 09:04:09 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/d3cf2a9bf8c3780a681273ae46aea0fc8f40374e/ghc
>---------------------------------------------------------------
commit d3cf2a9bf8c3780a681273ae46aea0fc8f40374e
Author: Simon Marlow <marlowsd at gmail.com>
Date: Tue Feb 23 09:05:37 2016 +0000
Add missing files
>---------------------------------------------------------------
d3cf2a9bf8c3780a681273ae46aea0fc8f40374e
testsuite/tests/profiling/should_run/{T5654b.hs => T5654b-O0.hs} | 2 +-
testsuite/tests/profiling/should_run/{T5654b.hs => T5654b-O1.hs} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/testsuite/tests/profiling/should_run/T5654b.hs b/testsuite/tests/profiling/should_run/T5654b-O0.hs
similarity index 89%
copy from testsuite/tests/profiling/should_run/T5654b.hs
copy to testsuite/tests/profiling/should_run/T5654b-O0.hs
index a052141..2a00abf 100644
--- a/testsuite/tests/profiling/should_run/T5654b.hs
+++ b/testsuite/tests/profiling/should_run/T5654b-O0.hs
@@ -1,5 +1,5 @@
-- A variant of T5654 where instead of evaluating directly to a
--- function, f evaluates to a new PAP. This exposes a slightly
+-- funciton, f evaluates to a new PAP. This exposes a slightly
-- different but related bug, where when we create a new PAP by
-- applying arguments to an existing PAP, we should take into account
-- the stack on the original PAP.
diff --git a/testsuite/tests/profiling/should_run/T5654b.hs b/testsuite/tests/profiling/should_run/T5654b-O1.hs
similarity index 89%
copy from testsuite/tests/profiling/should_run/T5654b.hs
copy to testsuite/tests/profiling/should_run/T5654b-O1.hs
index a052141..2a00abf 100644
--- a/testsuite/tests/profiling/should_run/T5654b.hs
+++ b/testsuite/tests/profiling/should_run/T5654b-O1.hs
@@ -1,5 +1,5 @@
-- A variant of T5654 where instead of evaluating directly to a
--- function, f evaluates to a new PAP. This exposes a slightly
+-- funciton, f evaluates to a new PAP. This exposes a slightly
-- different but related bug, where when we create a new PAP by
-- applying arguments to an existing PAP, we should take into account
-- the stack on the original PAP.
More information about the ghc-commits
mailing list