diff options
author | Michi Henning <michi@zeroc.com> | 2003-02-07 01:57:35 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2003-02-07 01:57:35 +0000 |
commit | 654eafce89d08e50bfede5352e21917e79d91276 (patch) | |
tree | 6433ac19cb7b36fddcce98f2cb8323a5631ebe7f /cpp | |
parent | Forgot to make the _FooOperations change for ties. Fixed now. (diff) | |
download | ice-654eafce89d08e50bfede5352e21917e79d91276.tar.bz2 ice-654eafce89d08e50bfede5352e21917e79d91276.tar.xz ice-654eafce89d08e50bfede5352e21917e79d91276.zip |
An underscore in Slice identifiers now generates a warning. Updated test
data.
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/Slice/errorDetection/IdentAsKeyword.err | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cpp/test/Slice/errorDetection/IdentAsKeyword.err b/cpp/test/Slice/errorDetection/IdentAsKeyword.err index e27c35eb307..e3bd9918339 100644 --- a/cpp/test/Slice/errorDetection/IdentAsKeyword.err +++ b/cpp/test/Slice/errorDetection/IdentAsKeyword.err @@ -84,9 +84,9 @@ IdentAsKeyword.ice:81: keyword `byte' cannot be used as parameter name IdentAsKeyword.ice:83: keyword `byte' cannot be used as parameter name IdentAsKeyword.ice:84: illegal identifier: `BYTE' differs from keyword `byte' only in capitalization IdentAsKeyword.ice:84: keyword `byte' cannot be used as parameter name -IdentAsKeyword.ice:88: warning: illegal underscore in identifier `_a' -IdentAsKeyword.ice:89: warning: illegal underscore in identifier `_true' -IdentAsKeyword.ice:90: warning: illegal underscore in identifier `_true' -IdentAsKeyword.ice:92: warning: illegal underscore in identifier `b_' -IdentAsKeyword.ice:93: warning: illegal underscore in identifier `tr_ue' -IdentAsKeyword.ice:94: warning: illegal underscore in identifier `tr_ue' +IdentAsKeyword.ice:88: illegal underscore in identifier `_a' +IdentAsKeyword.ice:89: illegal underscore in identifier `_true' +IdentAsKeyword.ice:90: illegal underscore in identifier `_true' +IdentAsKeyword.ice:92: illegal underscore in identifier `b_' +IdentAsKeyword.ice:93: illegal underscore in identifier `tr_ue' +IdentAsKeyword.ice:94: illegal underscore in identifier `tr_ue' |