aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/Makefile
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2013-02-06 16:55:49 +0100
committerFredrik Gustafsson <[email protected]>2013-02-06 16:55:49 +0100
commit205a535dc9750d3ed1e930b1dd8a1c4084f5f46f (patch)
treefbaca513bbc3d7ac6a933bfb39b7fdbf73582737 /lib/compiler/test/Makefile
parentf21d6280bd52b2c97f231f8b853daffc204790b8 (diff)
parent5773a7861a1888c8ae6e6f17ca847b121820f248 (diff)
downloadotp-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/Makefile1
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