diff options
author | Alex Rozenshteyn <rpglover64@gmail.com> | 2015-08-21 21:42:16 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-08-22 00:00:55 +0200 |
commit | a5061a96724922097e4181d452a64618e35fa297 (patch) | |
tree | a2ad14d0f2ad59b968d2fc140a7e90ba89d0386a /testsuite/tests/programs | |
parent | a1c008b30fc60a327afe098cf16bd14ca1e5e381 (diff) | |
download | haskell-a5061a96724922097e4181d452a64618e35fa297.tar.gz |
Check options before warning about source imports.
Summary: Fixes T10637
Reviewers: austin, bgamari, thomie
Subscribers: dfordivam, simonpj, thomie
Differential Revision: https://phabricator.haskell.org/D1157
GHC Trac Issues: #10637
Diffstat (limited to 'testsuite/tests/programs')
-rw-r--r-- | testsuite/tests/programs/hs-boot/hs-boot.stderr | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/tests/programs/hs-boot/hs-boot.stderr b/testsuite/tests/programs/hs-boot/hs-boot.stderr index 42ca073117..e69de29bb2 100644 --- a/testsuite/tests/programs/hs-boot/hs-boot.stderr +++ b/testsuite/tests/programs/hs-boot/hs-boot.stderr @@ -1,2 +0,0 @@ - -B.hs:5:23: Warning: {-# SOURCE #-} unnecessary in import of ‘A’ |