浏览代码

fix test exception

/v2-staging-rebase
Chris Elion 3 年前
当前提交
fd3a45b0
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 4
      com.unity.ml-agents/Tests/Editor/InplaceArrayTests.cs

4
com.unity.ml-agents/Tests/Editor/InplaceArrayTests.cs


case 4:
return new InplaceArray<int>(11, 22, 33, 44);
default:
throw new RuntimeException("bad test!");
throw new ArgumentException("bad test!");
}
}

case 4:
return new InplaceArray<int>(0, 0, 0, 0);
default:
throw new RuntimeException("bad test!");
throw new ArgumentException("bad test!");
}
}

正在加载...
取消
保存