From 8a3e1f8d521c1ba7f4aa0449138f55106273afc2 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 25 Jun 2012 19:13:25 +0000 Subject: * lib/gdb.exp (standard_output_file): Use "file join". * gdb.go/chan.exp: Use standard_testfile. * gdb.go/handcall.exp: Use standard_testfile. * gdb.go/hello.exp: Use standard_testfile. * gdb.integers/chan.exp: Use standard_testfile. * gdb.go/methods.exp: Use standard_testfile. * gdb.go/package.exp: Use standard_testfile. * gdb.go/strings.exp: Use standard_testfile. * gdb.go/types.exp: Use standard_testfile. * gdb.go/unsafe.exp: Use standard_testfile. --- gdb/testsuite/gdb.go/hello.exp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gdb/testsuite/gdb.go/hello.exp') diff --git a/gdb/testsuite/gdb.go/hello.exp b/gdb/testsuite/gdb.go/hello.exp index e6abfb9..94f9b67 100644 --- a/gdb/testsuite/gdb.go/hello.exp +++ b/gdb/testsuite/gdb.go/hello.exp @@ -21,8 +21,7 @@ load_lib "go.exp" if { [skip_go_tests] } { continue } -set testfile "hello" -set srcfile ${testfile}.go +standard_testfile .go if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} {debug go}] } { return -1 -- cgit v1.1