diff options
author | Bernard Normier <bernard@zeroc.com> | 2021-01-14 12:12:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-14 12:12:47 -0500 |
commit | 05edde5bcae0e5ee6b31bdb9923a8e5bb80fede1 (patch) | |
tree | fae64c8758ed0226c7bc005ce9372c6a511b643c /csharp/test/Ice/alias/Test.ice | |
parent | Moved alias test from Slice to Ice test directory. (diff) | |
download | ice-before_streamline.tar.bz2 ice-before_streamline.tar.xz ice-before_streamline.zip |
Switch to Async skeletons in Ice core (#1240)before_streamline
Diffstat (limited to 'csharp/test/Ice/alias/Test.ice')
-rw-r--r-- | csharp/test/Ice/alias/Test.ice | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/csharp/test/Ice/alias/Test.ice b/csharp/test/Ice/alias/Test.ice index 88cd35e0ab3..64c3e8b6098 100644 --- a/csharp/test/Ice/alias/Test.ice +++ b/csharp/test/Ice/alias/Test.ice @@ -2,6 +2,8 @@ // Copyright (c) ZeroC, Inc. All rights reserved. // +[[suppress-warning(reserved-identifier)]] + module ZeroC::Ice::Test::Alias { struct Struct1 |