diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-11-06 13:41:58 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-11-06 13:41:58 +0000 |
commit | 4bd50487b8d3b99af7ee367b8fe132d7ba9a101e (patch) | |
tree | 73bc2f01836cd77958581a73f58a13f3217f1a26 /idlc/test/parser | |
parent | 5b54bb6c36f9098ff1b40be2c362122e4042a764 (diff) |
INTEGRATION: CWS jsc14 (1.5.24); FILE MERGED
2006/10/25 13:51:06 jsc 1.5.24.1: #i69727# adapt and simplify tests
Diffstat (limited to 'idlc/test/parser')
-rw-r--r-- | idlc/test/parser/polystruct.tests | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/idlc/test/parser/polystruct.tests b/idlc/test/parser/polystruct.tests index fd5c44e74e81..7baa4c745b9d 100644 --- a/idlc/test/parser/polystruct.tests +++ b/idlc/test/parser/polystruct.tests @@ -4,9 +4,9 @@ # # $RCSfile: polystruct.tests,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2006-03-09 10:49:05 $ +# last change: $Author: kz $ $Date: 2006-11-06 14:41:58 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -231,9 +231,6 @@ struct Struct3 { Struct2<Struct1<long, unsigned long> > member; }; EXPECT FAILURE "polystruct.tests 42": -module com { module sun { module star { module uno { - interface XInterface {}; -}; }; }; }; struct Struct<T> { long member; }; interface X { void f([in] Struct<unsigned hyper> p); }; |