diff options
Diffstat (limited to 'csharp/test/Ice/scope/Test.ice')
-rw-r--r-- | csharp/test/Ice/scope/Test.ice | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/csharp/test/Ice/scope/Test.ice b/csharp/test/Ice/scope/Test.ice index ac08ce5db18..4506df48c31 100644 --- a/csharp/test/Ice/scope/Test.ice +++ b/csharp/test/Ice/scope/Test.ice @@ -9,7 +9,8 @@ #pragma once -[["cs:namespace:Ice.scope"]] +[["cs:typeid-namespace:Ice.scope.TypeId"]] +["cs:namespace:Ice.scope"] module Test { struct S |