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/print.exp | |
parent | d3f81254e570511c2c5a4428d4cc5e6758fc9ab3 (diff) | |
download | gdb-0c2a02481ab6fe27412b6d2004c59c6f33677848.zip gdb-0c2a02481ab6fe27412b6d2004c59c6f33677848.tar.gz 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/print.exp')
-rw-r--r-- | gdb/testsuite/gdb.go/print.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.go/print.exp b/gdb/testsuite/gdb.go/print.exp index 20126f6..0c1f0ed 100644 --- a/gdb/testsuite/gdb.go/print.exp +++ b/gdb/testsuite/gdb.go/print.exp @@ -20,7 +20,7 @@ load_lib "go.exp" -if { [skip_go_tests] } { continue } +require !skip_go_tests proc test_float_accepted {} { global gdb_prompt |