diff options
author | Björn Gustavsson <[email protected]> | 2010-01-24 17:04:12 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-01-30 16:34:53 +0100 |
commit | 24e2773f82975b6d7f88512c5f73777edc9522c0 (patch) | |
tree | e752c04c50abc039b1ea539744100f247842a925 /lib/stdlib/test/re_testoutput1_split_test.erl | |
parent | fe14832ebff7b4ef1ec9ded348c77e8779098c36 (diff) | |
download | otp-24e2773f82975b6d7f88512c5f73777edc9522c0.tar.gz otp-24e2773f82975b6d7f88512c5f73777edc9522c0.tar.bz2 otp-24e2773f82975b6d7f88512c5f73777edc9522c0.zip |
re tests: disable native-code compilation for huge modules
Two generated modules contains too big functions for the
native-code compiler to handle (even the BEAM compiler
struggles when compiling them).
Diffstat (limited to 'lib/stdlib/test/re_testoutput1_split_test.erl')
-rw-r--r-- | lib/stdlib/test/re_testoutput1_split_test.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/stdlib/test/re_testoutput1_split_test.erl b/lib/stdlib/test/re_testoutput1_split_test.erl index 294cfc33c4..e86a04b008 100644 --- a/lib/stdlib/test/re_testoutput1_split_test.erl +++ b/lib/stdlib/test/re_testoutput1_split_test.erl @@ -18,6 +18,7 @@ %% -module(re_testoutput1_split_test). -compile(export_all). +-compile(no_native). -include("test_server.hrl"). %% This file is generated by running run_pcre_tests:gen_split_test("re_SUITE_data/testoutput1") join([]) -> []; |