Skip to content

Commit 8aaf992

Browse files
committed
fixed an existing test about complex gcc4 demangling
the test was passing due to a bug in the implementation (that will be fixed in subsequent commits)
1 parent 49255bb commit 8aaf992

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/bridj/DemanglingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ public void gccTrickyMemoryAndBuiltinShortcutsWithTemplates() {
466466
demangle(null, "_ZN3bla5inputEPSt6vectorISsSaISsEEPS0_IPN7Helping4HandESaIS6_EE",
467467
// bla::input(std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >*, std::vector<Helping::Hand*, std::allocator<Helping::Hand*> >*)
468468
// bla::input(vectorof(string)*, vectorof(Helping::Hand*)*)
469-
"null bla.input(std.vector<std.basic_string<byte, std.char_traits<byte>, std.allocator<byte>>, std.allocator<std.basic_string<byte, std.char_traits<byte>, std.allocator<byte>>>>*, std.allocator<std.basic_string<byte, std.char_traits<byte>, std.allocator<byte>>><Helping.Hand*, std.allocator<Helping.Hand*>>*)");
469+
"null bla.input(std.vector<std.basic_string<byte, std.char_traits<byte>, std.allocator<byte>>, std.allocator<std.basic_string<byte, std.char_traits<byte>, std.allocator<byte>>>>*, std.vector<Helping.Hand*, std.allocator<Helping.Hand*>>*)");
470470
//"null bla.input(" + vectorOfXYZ.replaceAll("XYZ", str) + "*, " + vectorOfXYZ.replaceAll("XYZ", "Helping.Hand*") + "*)");
471471
}
472472

0 commit comments

Comments
 (0)