[docs] Update the file config file for running ONNX operator tests on CPU. (#21892)
It is a follow-up for https://github.com/iree-org/iree/pull/21838 that
breaks the website build.
Signed-off-by: hanhanW <hanhan0912@gmail.com>
diff --git a/docs/website/docs/developers/general/testing-guide.md b/docs/website/docs/developers/general/testing-guide.md
index 124bf36..230e3e6 100644
--- a/docs/website/docs/developers/general/testing-guide.md
+++ b/docs/website/docs/developers/general/testing-guide.md
@@ -467,8 +467,8 @@
CPU:
<!-- markdownlint-disable-next-line -->
-```json title="tests/external/iree-test-suites/onnx_ops/onnx_ops_cpu_llvm_sync.json" linenums="1"
---8<-- "tests/external/iree-test-suites/onnx_ops/onnx_ops_cpu_llvm_sync.json::20"
+```json title="tests/external/iree-test-suites/onnx_ops/onnx_ops_cpu_llvm_sync_O0.json" linenums="1"
+--8<-- "tests/external/iree-test-suites/onnx_ops/onnx_ops_cpu_llvm_sync_O0.json::20"
```
##### Updating config files