Commit a235c72e by Iain Buclaw Committed by Iain Buclaw

gdc-test.exp (gdc-do-test): Sort and remove duplicate options in permute args tests.

gcc/testsuite/ChangeLog:

2019-03-26  Iain Buclaw  <ibuclaw@gdcproject.org>

	* gdc.test/gdc-test.exp (gdc-do-test): Sort and remove duplicate
	options in permute args tests.

From-SVN: r269937
parent d7533996
2019-03-26 Iain Buclaw <ibuclaw@gdcproject.org>
* gdc.test/gdc-test.exp (gdc-do-test): Sort and remove duplicate
options in permute args tests.
2019-03-26 Paolo Carlini <paolo.carlini@oracle.com> 2019-03-26 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/84598 PR c++/84598
......
...@@ -393,7 +393,7 @@ proc gdc-do-test { } { ...@@ -393,7 +393,7 @@ proc gdc-do-test { } {
if { $dir == "runnable" } { if { $dir == "runnable" } {
append PERMUTE_ARGS " $SHARED_OPTION" append PERMUTE_ARGS " $SHARED_OPTION"
} }
set options [gdc-permute-options $PERMUTE_ARGS] set options [gdc-permute-options [lsort -unique $PERMUTE_ARGS]]
switch $dir { switch $dir {
runnable { runnable {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment