~ubuntu-branches/ubuntu/quantal/zeroc-ice/quantal

« back to all changes in this revision

Viewing changes to cpp/test/Slice/errorDetection/IdentAsKeyword.err

  • Committer: Bazaar Package Importer
  • Author(s): Cleto Martín
  • Date: 2011-06-25 19:44:26 UTC
  • mfrom: (6.1.16 sid)
  • Revision ID: james.westby@ubuntu.com-20110625194426-9fip3u3hlwheohvl
Tags: 3.4.2-1
New upstream release (Closes: #631456).

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
IdentAsKeyword.ice:84: illegal identifier: `BYTE' differs from keyword `byte' only in capitalization
84
84
IdentAsKeyword.ice:84: keyword `byte' cannot be used as parameter name
85
85
IdentAsKeyword.ice:88: illegal leading underscore in identifier `_a'
86
 
IdentAsKeyword.ice:88: illegal underscore in identifier `_a'
87
86
IdentAsKeyword.ice:89: illegal leading underscore in identifier `_true'
88
 
IdentAsKeyword.ice:89: illegal underscore in identifier `_true'
89
87
IdentAsKeyword.ice:90: illegal leading underscore in identifier `_true'
90
 
IdentAsKeyword.ice:90: illegal underscore in identifier `_true'
91
88
IdentAsKeyword.ice:92: illegal trailing underscore in identifier `b_'
92
 
IdentAsKeyword.ice:92: illegal underscore in identifier `b_'
93
89
IdentAsKeyword.ice:94: illegal double underscore in identifier `b__c'
94
 
IdentAsKeyword.ice:94: illegal underscore in identifier `b__c'
95
90
IdentAsKeyword.ice:95: illegal double underscore in identifier `b___c'
96
 
IdentAsKeyword.ice:95: illegal underscore in identifier `b___c'
97
91
IdentAsKeyword.ice:97: illegal underscore in identifier `a_b'
98
92
IdentAsKeyword.ice:98: illegal underscore in identifier `a_b_c'