1
0
Fork 0
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:
David Inglis 2004-09-29 13:15:56 +00:00
parent ca097f54d7
commit cb2920fd4e

View file

@ -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);