summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run/T15369.script
blob: f6f66e060b21982514fe41a9eaed29c36ac76dbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
-- create an .o file
:set -fobject-code
:l T15369.hs
:set -fbyte-code
-- start the test
:set +c
:l *T15369.hs
:all-types
:l *T15369.hs
:all-types
-- Note: BSD sed doesn't allow use of -i here due to symlinks
:! sed -e 's/Int/Double/g' T15369.hs > Temp.hs
:! mv Temp.hs T15369.hs
:l *T15369.hs
:all-types