diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-13 19:31:43 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-13 19:31:43 +0800 |
| commit | 8b312fc4b4447cfbfde7898ab8f0a1782fcb7aa0 (patch) | |
| tree | 39a403061aadc65ff64ce0032e086c1fd73c1672 | |
| parent | 4cd0146979f9191d59e674695030e966f18a16bb (diff) | |
Rename test-examples config file and update reference
| -rw-r--r-- | dev_tools/src/bin/test-examples.rs | 2 | ||||
| -rw-r--r-- | examples/test-examples.toml (renamed from examples/test-example-async.toml) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/dev_tools/src/bin/test-examples.rs b/dev_tools/src/bin/test-examples.rs index fa3d8f3..21abaef 100644 --- a/dev_tools/src/bin/test-examples.rs +++ b/dev_tools/src/bin/test-examples.rs @@ -38,7 +38,7 @@ fn main() { /// Parse test config from TOML file fn load_config() -> TestConfig { - let content = std::fs::read_to_string("examples/test-example-async.toml").unwrap_or_else(|e| { + let content = std::fs::read_to_string("examples/test-examples.toml").unwrap_or_else(|e| { eprintln_cargo_style!("Failed to read TOML config file: {}", e); std::process::exit(1); }); diff --git a/examples/test-example-async.toml b/examples/test-examples.toml index a63f566..a63f566 100644 --- a/examples/test-example-async.toml +++ b/examples/test-examples.toml |
