You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor MacrosystemTests to make most macro definitions local to their test case
Most of the macro definitions were only used in a single test case. Achieve a higher locality of functionality by moving the macro definitions inside these test cases.
0 commit comments