* gas/arc/warn.exp: Delete libs arg in call to dg-runtest.
authorDavid Edelsohn <dje.gcc@gmail.com>
Sat, 27 Jan 1996 21:30:10 +0000 (21:30 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Sat, 27 Jan 1996 21:30:10 +0000 (21:30 +0000)
gas/testsuite/gas/arc/warn.exp

index a7a3e57cc2052dce007595edba24c36e915cb841..79ff1263d5e753dfb45499b5c07447479e4f4519 100644 (file)
@@ -1,9 +1,13 @@
 # Test assembler warnings.
 
-load_lib gas-dg.exp
+if [istarget arc*-*-*] {
 
-dg-init
+    load_lib gas-dg.exp
 
-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/warn*.s]] "" "" ""
+    dg-init
 
-dg-finish
\ No newline at end of file
+    dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/warn*.s]] "" ""
+
+    dg-finish
+
+}
This page took 0.033023 seconds and 4 git commands to generate.