summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/placement-delete/DESC
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/placement-delete/DESC')
-rw-r--r--vespalib/src/tests/placement-delete/DESC4
1 files changed, 0 insertions, 4 deletions
diff --git a/vespalib/src/tests/placement-delete/DESC b/vespalib/src/tests/placement-delete/DESC
deleted file mode 100644
index 49ef1e5fb3c..00000000000
--- a/vespalib/src/tests/placement-delete/DESC
+++ /dev/null
@@ -1,4 +0,0 @@
-This test checks whether gcc generates code to invoke placement delete
-when a templated placement new throws an exception. We expect this
-test to fail until gcc has been fixed to handle templated placement
-new correctly.