Remove pointless assert. (#9571)

This commit is contained in:
Scott McKay 2021-10-28 07:33:40 +10:00 committed by GitHub
parent 4e76360261
commit a2b3e6bb23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,6 @@ namespace Microsoft.ML.OnnxRuntime.Tests
{
var opt = new SessionOptions();
opt.AppendExecutionProvider_CoreML(CoreMLFlags.COREML_FLAG_ONLY_ENABLE_DEVICE_WITH_ANE);
Assert.NotNull(opt);
}
}
}