diff options
Diffstat (limited to 'csharp/test/Ice/inheritance/Test.ice')
-rw-r--r-- | csharp/test/Ice/inheritance/Test.ice | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/Ice/inheritance/Test.ice b/csharp/test/Ice/inheritance/Test.ice index db7c6947f8c..f11c0867bf3 100644 --- a/csharp/test/Ice/inheritance/Test.ice +++ b/csharp/test/Ice/inheritance/Test.ice @@ -10,7 +10,7 @@ #pragma once [["suppress-warning:deprecated"]] // For classes with operations -[["cs:namespace:Ice.inheritance"]] +["cs:namespace:Ice.inheritance"] module Test { |