diff options
author | Anthony Ramine <[email protected]> | 2013-02-04 12:15:04 +0100 |
---|---|---|
committer | Anthony Ramine <[email protected]> | 2013-02-04 15:49:24 +0100 |
commit | 5773a7861a1888c8ae6e6f17ca847b121820f248 (patch) | |
tree | 2bcfbeb90cc8f93bc46bdb4e7cb370b68cac63d6 /lib/compiler/test/Makefile | |
parent | 8784fdc88e32979ee2186500735ff4ada6190e15 (diff) | |
download | otp-5773a7861a1888c8ae6e6f17ca847b121820f248.tar.gz otp-5773a7861a1888c8ae6e6f17ca847b121820f248.tar.bz2 otp-5773a7861a1888c8ae6e6f17ca847b121820f248.zip |
Add two tests for unused multiple values in effect context
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 |