mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-28 11:25:35 +02:00
fixed binary test to not look for dynamic symbols in binary
This commit is contained in:
parent
ca097f54d7
commit
cb2920fd4e
1 changed files with 1 additions and 2 deletions
|
@ -197,8 +197,7 @@ public class BinaryTests extends TestCase {
|
||||||
IBinary myBinary;
|
IBinary myBinary;
|
||||||
ICElement[] elements;
|
ICElement[] elements;
|
||||||
ExpectedStrings expSyms;
|
ExpectedStrings expSyms;
|
||||||
String[] myStrings = {"atexit", "exit", "_init_libc", "printf",
|
String[] myStrings = {"test.c", "_init","main.c", "_start", "test2.c", "_btext"};
|
||||||
"test.c", "_init","main.c", "_start", "test2.c", "_btext"};
|
|
||||||
|
|
||||||
expSyms=new ExpectedStrings(myStrings);
|
expSyms=new ExpectedStrings(myStrings);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue