Fix two failing assert.throws.
Since smash.load uses a separate context, any exceptions it throws use a different Error class, and thus the assert.throws fails. So, instead, just allow any exception type to be thrown.
Please register or sign in to comment