Remove duplicate test

This commit is contained in:
Owen Mansel-Chan
2021-08-10 11:58:28 +01:00
parent a55a32f50a
commit 2000985509

View File

@@ -238,13 +238,6 @@ public class Test {
out = in.mySetKey(null);
sink(out); // $ hasValueFlow
}
{
// "org.apache.commons.collections4.keyvalue;AbstractKeyValue;true;setKey;;;MapValue of Argument[-1];ReturnValue;value"
Object out = null;
MyAbstractKeyValue in = newMAKVWithMapValue((String)source());
out = in.mySetKey((Object)null);
sink(out); // $ hasValueFlow
}
{
// "org.apache.commons.collections4.keyvalue;AbstractKeyValue;true;setValue;;;Argument[0];MapValue of Argument[-1];value"
UnmodifiableMapEntry out = null;