Move test_exceptions_white_list_uncaught into tests/core.#10776
Move test_exceptions_white_list_uncaught into tests/core.#10776
Conversation
I'm not sure why this was originally added under tests/third_party but it looks like a mistake.
|
It's because of @kripken's suggestion here: #10720 (comment). But I also think that the program is so simple and I even modified it a bit to make it work with Emscripten, so it can be moved to tests/core. WDYT @kripken? |
|
Ah.. I see...interesting. I'm not sure it makes sense to have individual tests and expectations under third_party. |
|
I'm fine either way. But I thought @sbc100 you were advocating for |
|
I do want third party code in general to be in |
I'm not sure why this was originally added under tests/third_party but
it looks like a mistake.