From a2b3e6bb2338d9863486e3a6d4c3cc86cf123064 Mon Sep 17 00:00:00 2001 From: Scott McKay Date: Thu, 28 Oct 2021 07:33:40 +1000 Subject: [PATCH] Remove pointless assert. (#9571) --- .../test/Microsoft.ML.OnnxRuntime.Tests.iOS/InferenceTest.ios.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/csharp/test/Microsoft.ML.OnnxRuntime.Tests.iOS/InferenceTest.ios.cs b/csharp/test/Microsoft.ML.OnnxRuntime.Tests.iOS/InferenceTest.ios.cs index 9b7d73e462..1893ab937f 100644 --- a/csharp/test/Microsoft.ML.OnnxRuntime.Tests.iOS/InferenceTest.ios.cs +++ b/csharp/test/Microsoft.ML.OnnxRuntime.Tests.iOS/InferenceTest.ios.cs @@ -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); } } } \ No newline at end of file