about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--cpp/040string.mu6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/040string.mu b/cpp/040string.mu
index b42fbc9c..e85dc083 100644
--- a/cpp/040string.mu
+++ b/cpp/040string.mu
@@ -63,6 +63,12 @@ scenario string-equal-distinct-lengths [
   memory should contain [
     3 <- 0  # abc != abcd
   ]
+  trace should contain [
+    string-equal: comparing lengths
+  ]
+  trace should not contain [
+    string-equal: comparing characters
+  ]
 ]
 
 scenario string-equal-with-empty [