diff --git a/core/org.eclipse.cdt.core.tests/misc/org/eclipse/cdt/core/internal/errorparsers/tests/GCCErrorParserTests.java b/core/org.eclipse.cdt.core.tests/misc/org/eclipse/cdt/core/internal/errorparsers/tests/GCCErrorParserTests.java index 12675bd0ac0..3e5509fe581 100644 --- a/core/org.eclipse.cdt.core.tests/misc/org/eclipse/cdt/core/internal/errorparsers/tests/GCCErrorParserTests.java +++ b/core/org.eclipse.cdt.core.tests/misc/org/eclipse/cdt/core/internal/errorparsers/tests/GCCErrorParserTests.java @@ -180,7 +180,7 @@ public class GCCErrorParserTests extends GenericErrorParserTests { public void testGccErrorMessages_InstantiatedFromHere() throws IOException { runParserTest( new String[] { - "/usr/include/c++/4.1.3/ext/hashtable.h:600: instantiated from ‘size_t __gnu_cxx::hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>::_M_bkt_num(const _Val&, size_t) const [with _Val = std::pair, std::allocator >, int>, _Key = std::basic_string, std::allocator >, _HashFcn = __gnu_cxx::hash, std::allocator > >, _ExtractKey = std::_Select1st, std::allocator >, int> >, _EqualKey = std::equal_to, std::allocator > >, _Alloc = std::allocator]’", + "/usr/include/c++/4.1.3/ext/hashtable.h:600: instantiated from 'size_t __gnu_cxx::hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>::_M_bkt_num(const _Val&, size_t) const [with _Val = std::pair, std::allocator >, int>, _Key = std::basic_string, std::allocator >, _HashFcn = __gnu_cxx::hash, std::allocator > >, _ExtractKey = std::_Select1st, std::allocator >, int> >, _EqualKey = std::equal_to, std::allocator > >, _Alloc = std::allocator]'", "C:/QNX630/workspace/System/src/NewCommonScriptClasses.cpp:609: instantiated from here", }, 0, // errors @@ -191,7 +191,7 @@ public class GCCErrorParserTests extends GenericErrorParserTests { "NewCommonScriptClasses.cpp", }, new String[] { - "instantiated from ‘size_t __gnu_cxx::hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>::_M_bkt_num(const _Val&, size_t) const [with _Val = std::pair, std::allocator >, int>, _Key = std::basic_string, std::allocator >, _HashFcn = __gnu_cxx::hash, std::allocator > >, _ExtractKey = std::_Select1st, std::allocator >, int> >, _EqualKey = std::equal_to, std::allocator > >, _Alloc = std::allocator]’", + "instantiated from 'size_t __gnu_cxx::hashtable<_Val, _Key, _HashFcn, _ExtractKey, _EqualKey, _Alloc>::_M_bkt_num(const _Val&, size_t) const [with _Val = std::pair, std::allocator >, int>, _Key = std::basic_string, std::allocator >, _HashFcn = __gnu_cxx::hash, std::allocator > >, _ExtractKey = std::_Select1st, std::allocator >, int> >, _EqualKey = std::equal_to, std::allocator > >, _Alloc = std::allocator]'", "instantiated from here", }, new String[] {GCC_ERROR_PARSER_ID}