Skip to content

Commit

Permalink
Delete null key assignment test
Browse files Browse the repository at this point in the history
  • Loading branch information
pboyer committed Feb 9, 2018
1 parent d119409 commit 2821e4f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions test/Engine/ProtoTest/TD/MultiLangTests/CollectionAssignment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit 2821e4f

Please sign in to comment.