To reproduce, run this (either at the top level with `roc test` or inline with `roc dev` - both reproduce it): ```haskell x = 5 expect x != x 42 ``` It prints a failed expectation, but doesn't show the value of `x`. We should make a test case for this!