summaryrefslogtreecommitdiffstats
path: root/tests/091-deep-interface-hierarchy/info.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/091-deep-interface-hierarchy/info.txt')
-rw-r--r--tests/091-deep-interface-hierarchy/info.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/091-deep-interface-hierarchy/info.txt b/tests/091-deep-interface-hierarchy/info.txt
deleted file mode 100644
index b62cec60f..000000000
--- a/tests/091-deep-interface-hierarchy/info.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-Test class loading for deep interface hierarchies. The problem was that in a deep interface
-hierarchy super-interfaces were recursively concatenated without looking for duplicates.
-In cases like this can quickly lead to excessive LinearAlloc consumption due to more than linear
-duplication of iftables.