Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.compare.tests/patchdata/exp_workspacePatchDelete2.txt')
-rw-r--r--tests/org.eclipse.compare.tests/patchdata/exp_workspacePatchDelete2.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/org.eclipse.compare.tests/patchdata/exp_workspacePatchDelete2.txt b/tests/org.eclipse.compare.tests/patchdata/exp_workspacePatchDelete2.txt
deleted file mode 100644
index 4b18e1bbc..000000000
--- a/tests/org.eclipse.compare.tests/patchdata/exp_workspacePatchDelete2.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-package testPkg;
-
-public abstract class TestProject2Class2 {
-
- public TestProject2Class2(){
-
- }
-
- protected abstract void doAnything();
-
-}

Back to the top