idlc/test/parser/typedef.tests |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit a39c302d4babc20fc515a0e140d9fdebf6c9ec84
Author: Stephan Bergmann <[email protected]>
Date:   Tue Jan 29 09:55:22 2013 +0100

    Clarify that constant groups cannot be typedef'ed
    
    Change-Id: Ie169ac426d6de107025023dae987cbce6179007f

diff --git a/idlc/test/parser/typedef.tests b/idlc/test/parser/typedef.tests
index 60c46f2..0eaf5d6 100644
--- a/idlc/test/parser/typedef.tests
+++ b/idlc/test/parser/typedef.tests
@@ -56,3 +56,8 @@ typedef void T;
 EXPECT FAILURE "typedef.tests 7":
 exception E {};
 typedef E T;
+
+
+EXPECT FAILURE "typdef.tests 8":
+constants C {};
+typedef C T;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to