Fix pthread_setname_np build error
[deliverable/binutils-gdb.git] / gold / testsuite / undef_symbol.sh
index 03c15768d81f0d4c68435c675b25c9fca76f5c7f..d3963b09da98c61121e8e1d7b24e72152bf87ea3 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-2019 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
This page took 0.032695 seconds and 4 git commands to generate.