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:
parent
f89eee8439
commit
7ed318908d
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue