Revert "Fix test"

This reverts commit 6b00f97804.
This commit is contained in:
Paul Kaplan 2017-12-13 15:37:44 -05:00
parent ba1f217004
commit a586c5d9cd

View file

@ -16,7 +16,7 @@ test('calling a custom block with no definition does not throw', t => {
} }
}; };
const util = { const util = {
getProcedureParamNamesAndIds: () => [null, null], getProcedureParamNamesAndIds: () => null,
stackFrame: { stackFrame: {
executed: false executed: false
} }