diff options
author | Björn Gustavsson <[email protected]> | 2016-05-14 08:35:05 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-05-16 07:50:43 +0200 |
commit | dfa4ae40076a472161a5ad7a7824f28ebfc46847 (patch) | |
tree | a0197b0e45d1a8f0aec4041ae95d8ac573723fa7 /lib/compiler/test/beam_block_SUITE.erl | |
parent | 4fba4b14c4f9aa03294d8d187fe0dd1202744e82 (diff) | |
download | otp-dfa4ae40076a472161a5ad7a7824f28ebfc46847.tar.gz otp-dfa4ae40076a472161a5ad7a7824f28ebfc46847.tar.bz2 otp-dfa4ae40076a472161a5ad7a7824f28ebfc46847.zip |
Add missing test cases in andor_SUITE and beam_block_SUITE
Two test cases were not actually run. Even if their main purpose is to
ensure that the compiler doesn't crash, we always try to also run the
test case (when practial) to also ensure that the generated code is
correct.
Diffstat (limited to 'lib/compiler/test/beam_block_SUITE.erl')
-rw-r--r-- | lib/compiler/test/beam_block_SUITE.erl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/compiler/test/beam_block_SUITE.erl b/lib/compiler/test/beam_block_SUITE.erl index 81f8d10687..d343e26737 100644 --- a/lib/compiler/test/beam_block_SUITE.erl +++ b/lib/compiler/test/beam_block_SUITE.erl @@ -35,7 +35,8 @@ all() -> groups() -> [{p,[parallel], - [get_map_elements + [get_map_elements, + otp_7345 ]}]. init_per_suite(Config) -> |