Skip to content

Use copy of dispatch table in test

Tarn Burton requested to merge (removed):fix-dispatch into master

set-pprint-dispatch.error.4 and set-pprint-dispatch.error.4-unsafe made copies of the current dispatch table but didn't use those copies. Instead they modified the current table causing a cascade failure if a implementation actually permitted the modification.

Merge request reports