Disable broken mzscheme testcases

Failing tests due to:
-Werror=overflow
-Werror=write-strings
This commit is contained in:
William S Fulton 2019-02-10 10:46:26 +00:00
commit 424eebfb6a

View file

@ -16,6 +16,7 @@ apply_strings \
arrays_dimensionless \
arrays_global \
char_strings \
chartest \
class_scope_weird \
constant_pointers \
cpp_basic \
@ -52,6 +53,8 @@ nested_template_base \
ordering \
preproc_constants \
samename \
static_const_member \
string_constants \
template_default2 \
template_specialization_defarg \
template_typemaps \