[gdb/testsuite] Fix regexp in skip_opencl_tests
[external/binutils.git] / gdb / cp-name-parser.y
index 72ffc8a..284b1ff 100644 (file)
@@ -1,6 +1,6 @@
 /* YACC parser for C++ names, for GDB.
 
-   Copyright (C) 2003-2018 Free Software Foundation, Inc.
+   Copyright (C) 2003-2019 Free Software Foundation, Inc.
 
    Parts of the lexer are based on c-exp.y from GDB.