diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-30 15:33:16 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-30 15:33:16 +0000 |
commit | d3c120b4018c5e5c0b21cc2ee66bdab24c48f749 (patch) | |
tree | 9382d76e5dc68294cdf3c4f2c03a9f61b44fb014 /libgo/testsuite | |
parent | 1c654ff1fb479fd0001e513b8380d21efd0833d9 (diff) | |
download | gcc-d3c120b4018c5e5c0b21cc2ee66bdab24c48f749.tar.gz |
Update to current Go library.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171732 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/testsuite')
-rwxr-xr-x | libgo/testsuite/gotest | 2 | ||||
-rw-r--r-- | libgo/testsuite/libgo.testmain/testmain.exp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libgo/testsuite/gotest b/libgo/testsuite/gotest index 20ae0a0bd25..bcd725136b9 100755 --- a/libgo/testsuite/gotest +++ b/libgo/testsuite/gotest @@ -357,7 +357,7 @@ case "x$dejagnu" in xno) ${GC} -g -c _testmain.go ${GL} *.o ${GOLIBS} - ./a.out "$@" + ./a.out -test.short "$@" ;; xyes) rm -rf ../testsuite/*.o diff --git a/libgo/testsuite/libgo.testmain/testmain.exp b/libgo/testsuite/libgo.testmain/testmain.exp index efdd28d9162..f201de7f76a 100644 --- a/libgo/testsuite/libgo.testmain/testmain.exp +++ b/libgo/testsuite/libgo.testmain/testmain.exp @@ -54,7 +54,7 @@ if ![ string match "" $comp_output ] { exit 1 } -set result [libgo_load "./a.exe" "" ""] +set result [libgo_load "./a.exe" "-test.short" ""] set status [lindex $result 0] $status go |