From 91886e30d27b4cb7e01f9561eebc0875ed509bbe Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Sat, 26 Sep 2020 12:28:28 +0800 Subject: [PATCH] Fix test output. --- codegen/ui_tests/rhai_fn_rename_collision_oneattr.stderr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/codegen/ui_tests/rhai_fn_rename_collision_oneattr.stderr b/codegen/ui_tests/rhai_fn_rename_collision_oneattr.stderr index 1a9ea35f..fc5170a6 100644 --- a/codegen/ui_tests/rhai_fn_rename_collision_oneattr.stderr +++ b/codegen/ui_tests/rhai_fn_rename_collision_oneattr.stderr @@ -1,17 +1,17 @@ error: duplicate Rhai signature for 'foo' -Error: --> $DIR/rhai_fn_rename_collision_oneattr.rs:17:12 + --> $DIR/rhai_fn_rename_collision_oneattr.rs:17:12 | 17 | pub fn foo(input: Point) -> bool { | ^^^ error: duplicated function 'foo' -Error: --> $DIR/rhai_fn_rename_collision_oneattr.rs:12:15 + --> $DIR/rhai_fn_rename_collision_oneattr.rs:12:15 | 12 | #[rhai_fn(name = "foo")] | ^^^^^^^^^^^^ error[E0433]: failed to resolve: use of undeclared crate or module `test_module` -Error: --> $DIR/rhai_fn_rename_collision_oneattr.rs:27:8 + --> $DIR/rhai_fn_rename_collision_oneattr.rs:27:8 | 27 | if test_module::test_fn(n) { | ^^^^^^^^^^^ use of undeclared crate or module `test_module`