diff options
author | Fredrik Gustafsson <[email protected]> | 2013-02-06 16:55:49 +0100 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-02-06 16:55:49 +0100 |
commit | 205a535dc9750d3ed1e930b1dd8a1c4084f5f46f (patch) | |
tree | fbaca513bbc3d7ac6a933bfb39b7fdbf73582737 /lib/compiler/test/Makefile | |
parent | f21d6280bd52b2c97f231f8b853daffc204790b8 (diff) | |
parent | 5773a7861a1888c8ae6e6f17ca847b121820f248 (diff) | |
download | otp-205a535dc9750d3ed1e930b1dd8a1c4084f5f46f.tar.gz otp-205a535dc9750d3ed1e930b1dd8a1c4084f5f46f.tar.bz2 otp-205a535dc9750d3ed1e930b1dd8a1c4084f5f46f.zip |
Merge branch 'nox/fix-seq-opt/OTP-10818'
* nox/fix-seq-opt/OTP-10818:
Add two tests for unused multiple values in effect context
Forbid multiple values in Core Erlang sequence arguments
Diffstat (limited to 'lib/compiler/test/Makefile')
-rw-r--r-- | lib/compiler/test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compiler/test/Makefile b/lib/compiler/test/Makefile index b9c5be09ce..51b3064589 100644 --- a/lib/compiler/test/Makefile +++ b/lib/compiler/test/Makefile @@ -75,6 +75,7 @@ INLINE= \ CORE_MODULES = \ bs_shadowed_size_var \ + unused_multiple_values_error \ nested_call_in_case |