From ec9041a9526b52910aafac1f7c0acfc8215ac107 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Thu, 25 Apr 2019 20:28:46 +0200 Subject: Made the state object avoid any heap allocations --- tests/official-runner-matching.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/official-runner-matching.rs') diff --git a/tests/official-runner-matching.rs b/tests/official-runner-matching.rs index e5602a2..f4c2a83 100644 --- a/tests/official-runner-matching.rs +++ b/tests/official-runner-matching.rs @@ -8,7 +8,8 @@ use std::io::prelude::*; #[test] fn simulates_the_same_match() { - // TODO: Also assert map state + // TODO: Assert map state + // TODO: Assert end state let replays = Path::new("tests/replays/"); for replay in replays.read_dir().expect("read_dir failed") { -- cgit v1.2.3