diff --git a/tamer/src/sym/prefill.rs b/tamer/src/sym/prefill.rs index 26c4283c..90b15534 100644 --- a/tamer/src/sym/prefill.rs +++ b/tamer/src/sym/prefill.rs @@ -269,7 +269,8 @@ mod test { assert!( new.as_usize() > st::END_STATIC.as_usize(), "a new global symbol allocation was not > END_STATIC, \ - indicating that prefill is not working!" + indicating that prefill is either not working or that \ + the prefill contains duplicate strings!" ); // Further sanity check to make sure indexes align as expected,