RegressionTests__IntegerTest.st
changeset 1830 9d353438de61
parent 1827 ede30a444a9f
child 1831 0d50d4ece031
--- a/RegressionTests__IntegerTest.st	Thu Oct 12 16:01:42 2017 +0200
+++ b/RegressionTests__IntegerTest.st	Thu Oct 12 16:16:39 2017 +0200
@@ -1774,6 +1774,7 @@
     self assert:((n1 perform:'negated' asSymbol) class == SmallInteger).
 
     n1 := SmallInteger minVal.
+Transcript showCR:n1 negated printString.
 Transcript showCR:n1 negated class printString.
     self assert:(n1 negated class == LargeInteger).
     self assert:((n1 perform:'negated' asSymbol) class == LargeInteger).