]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix TestFFLAGS for Fortran compilers that accept unknown options
authorIan Lance Taylor <iant@golang.org>
Thu, 2 Mar 2017 01:31:06 +0000 (17:31 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 2 Mar 2017 04:04:34 +0000 (04:04 +0000)
commita2cc8b20fd6576b1db729159c096aadfb91fbb9e
treef9700a74ffc6b41d8d7823c96adada4c813b95d8
parent86abfbb931312db022ed8437a89219791ced6435
cmd/go: fix TestFFLAGS for Fortran compilers that accept unknown options

The test assumed that passing an unknown option to the Fortran
compiler would cause the compiler to fail. Unfortunately it appears
that some succeed. It's irrelevant to the actual test, which is
verifying that the flag was indeed passed.

Fixes #19080.

Change-Id: Ib9e89447a2104e4742f4b98938373fc2522772aa
Reviewed-on: https://go-review.googlesource.com/37658
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
src/cmd/go/go_test.go