Add skip_ada_tests to more Ada testcases
[binutils-gdb.git] / gdb / testsuite / gdb.ada / expr_delims.exp
index 507d7a43a8223bf6c24df2cfb43d5ac62960ef9e..727e17a86acf7d39ba89f245299ce8a204b783ce 100644 (file)
@@ -15,6 +15,8 @@
 
 load_lib "ada.exp"
 
+if { [skip_ada_tests] } { return -1 }
+
 standard_ada_testfile foo
 
 if {[gdb_compile_ada "${srcfile}" "${binfile}" executable [list debug ]] != "" } {