From cb2920fd4eb63fb9c39266ef37ee7e7aff66aebe Mon Sep 17 00:00:00 2001 From: David Inglis Date: Wed, 29 Sep 2004 13:15:56 +0000 Subject: [PATCH] fixed binary test to not look for dynamic symbols in binary --- .../model/org/eclipse/cdt/core/model/tests/BinaryTests.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/org.eclipse.cdt.core.tests/model/org/eclipse/cdt/core/model/tests/BinaryTests.java b/core/org.eclipse.cdt.core.tests/model/org/eclipse/cdt/core/model/tests/BinaryTests.java index a45a429e324..d6cac42b749 100644 --- a/core/org.eclipse.cdt.core.tests/model/org/eclipse/cdt/core/model/tests/BinaryTests.java +++ b/core/org.eclipse.cdt.core.tests/model/org/eclipse/cdt/core/model/tests/BinaryTests.java @@ -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);