This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[PATCH] [ARC] Fix warn.exp test error.
- From: Claudiu Zissulescu <Claudiu dot Zissulescu at synopsys dot com>
- To: <binutils at sourceware dot org>
- Cc: <Claudiu dot Zissulescu at synopsys dot com>, <Francois dot Bedard at synopsys dot com>
- Date: Wed, 30 Mar 2016 15:04:24 +0200
- Subject: [PATCH] [ARC] Fix warn.exp test error.
- Authentication-results: sourceware.org; auth=none
The file warn.exp was matching also asm-errors* files, which it should
not. Hence, this fix.
Ok to apply,
Claudiu
gas/
2016-03-30 Claudiu Zissulescu <claziss@synopsys.com>
* testsuite/gas/arc/warn.exp: Fix matching pattern.
---
gas/testsuite/gas/arc/warn.exp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gas/testsuite/gas/arc/warn.exp b/gas/testsuite/gas/arc/warn.exp
index 1ba2667..ef51cbb 100644
--- a/gas/testsuite/gas/arc/warn.exp
+++ b/gas/testsuite/gas/arc/warn.exp
@@ -19,6 +19,6 @@
if [istarget arc*-*-*] {
load_lib gas-dg.exp
dg-init
- dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*warn*.s $srcdir/$subdir/*err*.s]] "" ""
+ dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*warn*.s $srcdir/$subdir/*err.s]] "" ""
dg-finish
}
--
1.9.1