aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/rust_macro.rs
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tests/rust_macro.rs')
-rw-r--r--testing/tests/rust_macro.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/rust_macro.rs b/testing/tests/rust_macro.rs
index b92bbeb..8d2543d 100644
--- a/testing/tests/rust_macro.rs
+++ b/testing/tests/rust_macro.rs
@@ -45,5 +45,5 @@ struct RustMacrosArgTemplate {}
#[test]
fn args() {
let template = RustMacrosArgTemplate {};
- assert_eq!("0\n91\n99", template.render().unwrap());
+ assert_eq!("0\n17\n25", template.render().unwrap());
}