diff options
author | Tom Tromey <tom@tromey.com> | 2023-01-08 10:54:46 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-01-13 13:18:57 -0700 |
commit | b63724b8c2840302e498ce45298d361d6e57b4b9 (patch) | |
tree | 39bbb8a1017aac05b62e6472ff0c22fd7a94f294 /gdb/testsuite/gdb.go/print.exp | |
parent | cadfc59b0d721599b32fab6eeaba401360602e0f (diff) | |
download | gdb-b63724b8c2840302e498ce45298d361d6e57b4b9.zip gdb-b63724b8c2840302e498ce45298d361d6e57b4b9.tar.gz gdb-b63724b8c2840302e498ce45298d361d6e57b4b9.tar.bz2 |
Rename to allow_go_tests
This changes skip_go_tests to invert the sense, and renames it to
allow_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 0c1f0ed..893fa30 100644 --- a/gdb/testsuite/gdb.go/print.exp +++ b/gdb/testsuite/gdb.go/print.exp @@ -20,7 +20,7 @@ load_lib "go.exp" -require !skip_go_tests +require allow_go_tests proc test_float_accepted {} { global gdb_prompt |