aboutsummaryrefslogtreecommitdiffstats
path: root/test/TableGen/ListManip.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/ListManip.td')
-rw-r--r--test/TableGen/ListManip.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TableGen/ListManip.td b/test/TableGen/ListManip.td
index 55fb5ea..6b1e491 100644
--- a/test/TableGen/ListManip.td
+++ b/test/TableGen/ListManip.td
@@ -7,6 +7,6 @@ class Bli<string _t>
}
class Bla<list<Bli> _bli>
-: Bli<!car(_bli).t>
+: Bli<!head(_bli).t>
{
}