mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-27 19:05:38 +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;
|
||||
ICElement[] elements;
|
||||
ExpectedStrings expSyms;
|
||||
String[] myStrings = {"atexit", "exit", "_init_libc", "printf",
|
||||
"test.c", "_init","main.c", "_start", "test2.c", "_btext"};
|
||||
String[] myStrings = {"test.c", "_init","main.c", "_start", "test2.c", "_btext"};
|
||||
|
||||
expSyms=new ExpectedStrings(myStrings);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue