diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-01-17 15:13:04 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-02-12 01:57:27 -0500 |
commit | da7f74797e8c322006eba385c9cbdce346dd1d43 (patch) | |
tree | 79a69eed3aa18414caf76b02a5c8dc7c7e6d5f54 /testsuite/tests/ghci/should_run/ghcirun004.hs | |
parent | f82a2f90ceda5c2bc74088fa7f6a7c8cb9c9756f (diff) | |
download | haskell-da7f74797e8c322006eba385c9cbdce346dd1d43.tar.gz |
Module hierarchy: ByteCode and Runtime (cf #13009)
Update haddock submodule
Diffstat (limited to 'testsuite/tests/ghci/should_run/ghcirun004.hs')
-rw-r--r-- | testsuite/tests/ghci/should_run/ghcirun004.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/should_run/ghcirun004.hs b/testsuite/tests/ghci/should_run/ghcirun004.hs index f3e3095275..1a1c474427 100644 --- a/testsuite/tests/ghci/should_run/ghcirun004.hs +++ b/testsuite/tests/ghci/should_run/ghcirun004.hs @@ -1,5 +1,5 @@ -- crashes in 7.2.1 and earlier, due to bogus calculations of label --- offsets in ByteCodeAsm for a BCO with large instructions. +-- offsets in GHC.ByteCode.Asm for a BCO with large instructions. main = print (map foo [1,50..5000] ) |