diff options
Diffstat (limited to 'ld/testsuite/ld-ia64/line.exp')
-rw-r--r-- | ld/testsuite/ld-ia64/line.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-ia64/line.exp b/ld/testsuite/ld-ia64/line.exp index d39e3ac..1fe32cd 100644 --- a/ld/testsuite/ld-ia64/line.exp +++ b/ld/testsuite/ld-ia64/line.exp @@ -52,6 +52,6 @@ proc checkund { string testname } { } } -set ml "undefined.c:9: undefined reference to `*this_function_is_not_defined'" +set ml {undefined.c:9:(*): undefined reference to `*this_function_is_not_defined'} checkund $ml $testline |