projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb684d4
)
* gas/arc/warn.exp: Delete libs arg in call to dg-runtest.
author
David Edelsohn
<dje.gcc@gmail.com>
Sat, 27 Jan 1996 21:30:10 +0000
(21:30 +0000)
committer
David Edelsohn
<dje.gcc@gmail.com>
Sat, 27 Jan 1996 21:30:10 +0000
(21:30 +0000)
gas/testsuite/gas/arc/warn.exp
patch
|
blob
|
history
diff --git
a/gas/testsuite/gas/arc/warn.exp
b/gas/testsuite/gas/arc/warn.exp
index a7a3e57cc2052dce007595edba24c36e915cb841..79ff1263d5e753dfb45499b5c07447479e4f4519 100644
(file)
--- a/
gas/testsuite/gas/arc/warn.exp
+++ b/
gas/testsuite/gas/arc/warn.exp
@@
-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
+
+}