]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gold/testsuite/undef_symbol.sh
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / gold / testsuite / undef_symbol.sh
index 03c15768d81f0d4c68435c675b25c9fca76f5c7f..5613a8b19851b20d21f1deee41e1647354add858 100755 (executable)
@@ -2,7 +2,7 @@
 
 # undef_symbol.sh -- a test case for undefined symbols in shared libraries
 
-# Copyright 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2007-2022 Free Software Foundation, Inc.
 # Written by Ian Lance Taylor <iant@google.com>.
 
 # This file is part of gold.
@@ -40,6 +40,6 @@ check()
     fi
 }
 
-check "undef_symbol.so: undefined reference to 'a'"
+check "undef_symbol.so: error: undefined reference to 'a'"
 
 exit 0