From abfb91fb0ea27eb618f297b1d3ba60cfa021afe0 Mon Sep 17 00:00:00 2001 From: chessai Date: Tue, 2 Oct 2018 14:46:08 +0200 Subject: resolve T13704 Summary: allow -main-is to change export list for default module header, allowing one to change the entry point to one's program. Test Plan: ./validate Reviewers: bgamari, nomeata, mpickering Reviewed By: mpickering Subscribers: mpickering, rwbarton, carter GHC Trac Issues: #13704 Differential Revision: https://phabricator.haskell.org/D5189 --- testsuite/tests/module/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/tests/module/all.T') diff --git a/testsuite/tests/module/all.T b/testsuite/tests/module/all.T index e862413897..dbba44f0ba 100644 --- a/testsuite/tests/module/all.T +++ b/testsuite/tests/module/all.T @@ -284,4 +284,4 @@ test('T11970B', normal, compile_fail, ['']) test('MultiExport', normal, compile, ['']) test('T13528', normal, compile, ['']) test('T13622', normal, compile, ['']) - +test('T13704', normal, compile, ['-main-is Main.program']) -- cgit v1.2.1