Allow exceptions in generated example/test node extensions.
This commit is contained in:
parent
54dd7e96c0
commit
fec11a8def
2 changed files with 4 additions and 4 deletions
|
|
@ -27,7 +27,9 @@ CPP_TEST_CASES = \
|
|||
char_binary \
|
||||
class_ignore \
|
||||
class_scope_weird \
|
||||
complextest \
|
||||
constover \
|
||||
constructor_copy \
|
||||
cpp_enum \
|
||||
cpp_namespace \
|
||||
cpp_static \
|
||||
|
|
@ -50,8 +52,6 @@ CPP_TEST_CASES = \
|
|||
javascript_unicode
|
||||
|
||||
BROKEN_TEST_CASES = \
|
||||
complextest \
|
||||
constructor_copy \
|
||||
preproc_include
|
||||
|
||||
SKIP_CPP_CASES = @SKIP_CPP_CASES@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue