jit: c++-ify gdb_block
[deliverable/binutils-gdb.git] / gold / testsuite / undef_symbol.sh
index bc9eb570e1a80be9053dbc87f4abfedd1db49896..d3963b09da98c61121e8e1d7b24e72152bf87ea3 100755 (executable)
@@ -2,7 +2,7 @@
 
 # undef_symbol.sh -- a test case for undefined symbols in shared libraries
 
-# Copyright 2007 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.024044 seconds and 4 git commands to generate.