diff --git a/distribution/lib/Standard/Base/0.0.0-dev/src/Errors/Common.enso b/distribution/lib/Standard/Base/0.0.0-dev/src/Errors/Common.enso index 72603ed2f62d..2445919852c0 100644 --- a/distribution/lib/Standard/Base/0.0.0-dev/src/Errors/Common.enso +++ b/distribution/lib/Standard/Base/0.0.0-dev/src/Errors/Common.enso @@ -98,8 +98,8 @@ type Assertion_Error ## PRIVATE Convert the Assertion_Error to a human-readable format. - to_display_test : Text - to_display_test self = "Assertion Error: '" + self.message.to_text + "' at: " + self.stack_trace.to_text + to_display_text : Text + to_display_text self = "Assertion Error: '" + self.message.to_text + "' at: " + self.stack_trace.to_text @Builtin_Type type Inexhaustive_Pattern_Match