mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
egui_kittest: more ergonomic functions taking Impl Into<String> (#7307)
This commit is contained in:
@@ -69,6 +69,6 @@ fn test_demo_app() {
|
||||
// Can't use Harness::run because fractal clock keeps requesting repaints
|
||||
harness.run_steps(4);
|
||||
|
||||
results.add(harness.try_snapshot(&anchor.to_string()));
|
||||
results.add(harness.try_snapshot(anchor.to_string()));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user