From b84a1242c449efaf23c50d7389e9c5cc3b8e9ded Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 17 Feb 2017 14:59:04 +0100 Subject: Add tests for more binary operators --- testing/tests/operators.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/tests/operators.rs') diff --git a/testing/tests/operators.rs b/testing/tests/operators.rs index d58492e..73745f0 100644 --- a/testing/tests/operators.rs +++ b/testing/tests/operators.rs @@ -30,5 +30,5 @@ struct OperatorsTemplate { #[test] fn test_operators() { let t = OperatorsTemplate { a: 1, b: 1, c: 2 }; - assert_eq!(t.render(), "muldivmod"); + assert_eq!(t.render(), "muldivmodaddrshlshbandbxorborandor"); } -- cgit