forked from grin-compiler/ghc-wpc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant flag (-O) registration (fixes #13392)
Reviewers: austin, bgamari, dfeuer Reviewed By: bgamari, dfeuer Subscribers: rwbarton, thomie GHC Trac Issues: #13392 Differential Revision: https://phabricator.haskell.org/D3461
- Loading branch information
1 parent
5a21003
commit b894f02
Showing
4 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
TOP=../../.. | ||
include $(TOP)/mk/boilerplate.mk | ||
include $(TOP)/mk/test.mk | ||
|
||
T13392: | ||
'$(TEST_HC)' $(TEST_HC_OPTS) --show-options | sort | uniq -d |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Test for #13392, it makes sure 'ghc --show-options' does not print each flag more than once. | ||
|
||
test('T13392', normal, run_command, ['$MAKE -s --no-print-directory T13392']) |