diff options
author | Tom Tromey <tom@tromey.com> | 2022-12-13 16:11:58 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-01-13 13:18:55 -0700 |
commit | 0c2a02481ab6fe27412b6d2004c59c6f33677848 (patch) | |
tree | 2bf975c12466e01668aa76e709078d598db9207a /gdb/testsuite/gdb.go/hello.exp | |
parent | d3f81254e570511c2c5a4428d4cc5e6758fc9ab3 (diff) | |
download | fsf-binutils-gdb-0c2a02481ab6fe27412b6d2004c59c6f33677848.zip fsf-binutils-gdb-0c2a02481ab6fe27412b6d2004c59c6f33677848.tar.gz fsf-binutils-gdb-0c2a02481ab6fe27412b6d2004c59c6f33677848.tar.bz2 |
Use require !skip_go_tests
This changes some tests to use "require !skip_go_tests".
Diffstat (limited to 'gdb/testsuite/gdb.go/hello.exp')
-rw-r--r-- | gdb/testsuite/gdb.go/hello.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.go/hello.exp b/gdb/testsuite/gdb.go/hello.exp index 2c278b8..6975252 100644 --- a/gdb/testsuite/gdb.go/hello.exp +++ b/gdb/testsuite/gdb.go/hello.exp @@ -19,7 +19,7 @@ load_lib "go.exp" -if { [skip_go_tests] } { continue } +require !skip_go_tests if { [support_go_compile] == 0 } { continue } standard_testfile .go |