Update copyright year range in all GDB files.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.dwarf2 / dwzbuildid.exp
index af8e5d3780978b7d66cd13b666f879558dcaba1a..3dc44e657d592bae324da3ed620a1789c5c5d924 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2013-2014 Free Software Foundation, Inc.
+# Copyright 2013-2019 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -162,7 +162,7 @@ foreach testname {ok mismatch fallback} {
        if {[runto_main]} {
            if {$testname == "mismatch"} {
                gdb_test "print the_int" \
-                   "No symbol table is loaded.*"
+                   "(No symbol table is loaded|No symbol \"the_int\" in current context).*"
            } else {
                gdb_test "print the_int" " = 99"
            }
This page took 0.030221 seconds and 4 git commands to generate.