Switch the license of all .c files to GPLv3.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.xml / tdesc-arch.exp
index ac031309fd4abb8c1057c5f2dc10014d436524cf..fdec9c46ba606edc807e8466c93b770628d23a89 100644 (file)
@@ -32,6 +32,11 @@ gdb_test_multiple "set architecture" $msg {
        set arch2 $expect_out(2,string)
        pass $msg
     }
+    -re "Requires an argument. Valid arguments are (\[^ \]*), auto\\.\r\n$gdb_prompt $" {
+       # If there is just one supported architecture, we can't do this test.
+       unsupported "tdesc-arch.exp"
+       return -1
+    }
 }
 
 set default_arch ""
This page took 0.024983 seconds and 4 git commands to generate.