[Libreoffice-commits] .: idlc/test

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jan 29 00:55:52 PST 2013


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

New commits:
commit a39c302d4babc20fc515a0e140d9fdebf6c9ec84
Author: Stephan Bergmann <sbergman at redhat.com>
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;


More information about the Libreoffice-commits mailing list