about summary refs log tree commit homepage
path: root/t/eml_content_type.t
diff options
context:
space:
mode:
Diffstat (limited to 't/eml_content_type.t')
-rw-r--r--t/eml_content_type.t4
1 files changed, 0 insertions, 4 deletions
diff --git a/t/eml_content_type.t b/t/eml_content_type.t
index 5fd7d1d9..5acd51ad 100644
--- a/t/eml_content_type.t
+++ b/t/eml_content_type.t
@@ -260,10 +260,6 @@ my %non_strict_ct_tests = (
 sub test {
         my ($string, $expect, $info) = @_;
 
-        # So stupid. -- rjbs, 2013-08-10
-        $expect->{discrete}  = $expect->{type};
-        $expect->{composite} = $expect->{subtype};
-
         local $_;
         $info =~ s/\r/\\r/g;
         $info =~ s/\n/\\n/g;