pharo-spec / ScriptableDebugger

3 stars 12 forks source link

update SindarinDebuggerTest>>#testIsAboutToInstantiateClass #87

Closed MarcusDenker closed 7 months ago

MarcusDenker commented 11 months ago

In Pharo12, we want to deprecate #newMethod:header: for #basicNew:header:

The test SindarinDebuggerTest>>#testIsAboutToInstantiateClass references this method and should be change yo use #basicNew:header: instead