From 52eab67a99dd928204b730355245233fa96fa24d Mon Sep 17 00:00:00 2001 From: archblob Date: Tue, 16 Sep 2014 07:56:09 -0500 Subject: Add the ability to :set -l{foo} in ghci, fix #1407. Summary: The dynamic linking code was already there but it was not called on flag changes in ghci. Test Plan: validate Reviewers: hvr, simonmar, austin Reviewed By: austin Subscribers: simonmar, ezyang, carter Differential Revision: https://phabricator.haskell.org/D194 GHC Trac Issues: #1407 --- testsuite/tests/ghci/linking/all.T | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuite/tests/ghci/linking/all.T') diff --git a/testsuite/tests/ghci/linking/all.T b/testsuite/tests/ghci/linking/all.T index eba2b8aaf5..6675a539ec 100644 --- a/testsuite/tests/ghci/linking/all.T +++ b/testsuite/tests/ghci/linking/all.T @@ -47,3 +47,5 @@ test('T3333', unless(opsys('linux') or ghci_dynamic(), expect_broken(3333))], run_command, ['$MAKE -s --no-print-directory T3333']) + +test('T1407', normal, ghci_script, ['T1407.script']) -- cgit v1.2.1