Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/org.eclipse.cdt.core.tests/model/org/eclipse/cdt/core/model/tests/BinaryTests.java3
1 files changed, 1 insertions, 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);

Back to the top