1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

fixed junit test failure

This commit is contained in:
David Inglis 2003-10-20 18:10:44 +00:00
parent f89eee8439
commit 7ed318908d
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2003-10-20 David Inglis
fixed junit breakage - testGetSoname()
* utils/org/eclipse/cdt/utils/elf/parser/BinaryShared.java
2003-10-18 Alain Magloire
Implement a Cygwin PE parser where addr2line, c++filt

View file

@ -19,7 +19,6 @@ import org.eclipse.core.runtime.IPath;
/**
*/
public class BinaryShared extends BinaryExecutable implements IBinaryShared {
String soname;
public BinaryShared(IPath path) throws IOException {
super(path);