diff --git a/test/Engine/ProtoTest/TD/MultiLangTests/CollectionAssignment.cs b/test/Engine/ProtoTest/TD/MultiLangTests/CollectionAssignment.cs index 7d998853255..3c266516ffa 100644 --- a/test/Engine/ProtoTest/TD/MultiLangTests/CollectionAssignment.cs +++ b/test/Engine/ProtoTest/TD/MultiLangTests/CollectionAssignment.cs @@ -3204,19 +3204,6 @@ public void T51_DictionaryInline_2() thisTest.Verify("r", new object[] { 4, -4 }); } - [Test, Category("Failure")] - public void T52_DictionaryKeynull() - { - // as per spec this is null as key is supported - String code = - @" - b=null; - a = {b : 4}; - r = a [b]; - "; - thisTest.RunAndVerifyRuntimeWarning(code, ProtoCore.Runtime.WarningID.InvalidArguments); - } - [Test] public void T53_DictionaryKeyUpdate() {