From 67918f7a2dbac4b8a7ec71a68bc34099d0cf72d1 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 18 Oct 2011 11:34:08 +0100 Subject: add test for #5545 --- testsuite/tests/ghci/scripts/T5545.script | 2 ++ testsuite/tests/ghci/scripts/all.T | 1 + 2 files changed, 3 insertions(+) create mode 100644 testsuite/tests/ghci/scripts/T5545.script (limited to 'testsuite/tests/ghci/scripts') diff --git a/testsuite/tests/ghci/scripts/T5545.script b/testsuite/tests/ghci/scripts/T5545.script new file mode 100644 index 0000000000..e82202d039 --- /dev/null +++ b/testsuite/tests/ghci/scripts/T5545.script @@ -0,0 +1,2 @@ +:module Prelude +:i $! diff --git a/testsuite/tests/ghci/scripts/all.T b/testsuite/tests/ghci/scripts/all.T index 0d7d184a89..72462d5fb2 100644 --- a/testsuite/tests/ghci/scripts/all.T +++ b/testsuite/tests/ghci/scripts/all.T @@ -103,3 +103,4 @@ test('T4832', normal, ghci_script, ['T4832.script']) test('T5045', normal, ghci_script, ['T5045.script']) test('T5130', normal, ghci_script, ['T5130.script']) test('T5417', normal, ghci_script, ['T5417.script']) +test('T5545', normal, ghci_script, ['T5545.script']) -- cgit v1.2.1