diff options
author | Björn Gustavsson <[email protected]> | 2017-02-10 12:10:26 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-02-10 14:35:13 +0100 |
commit | 65f847788fd505dc5ceccd4f39978f31e36e385d (patch) | |
tree | 3eea574eaa09da682eafe8196204794bdb5df59d /lib/stdlib/test | |
parent | 4641b415766e4a7c4f1968a74378760192fd915a (diff) | |
download | otp-65f847788fd505dc5ceccd4f39978f31e36e385d.tar.gz otp-65f847788fd505dc5ceccd4f39978f31e36e385d.tar.bz2 otp-65f847788fd505dc5ceccd4f39978f31e36e385d.zip |
lists_SUITE: Run the droplast/1 test case
The testcase was never actually run.
Diffstat (limited to 'lib/stdlib/test')
-rw-r--r-- | lib/stdlib/test/lists_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/test/lists_SUITE.erl b/lib/stdlib/test/lists_SUITE.erl index 531e97e8d6..5f2d8f0f4e 100644 --- a/lib/stdlib/test/lists_SUITE.erl +++ b/lib/stdlib/test/lists_SUITE.erl @@ -121,7 +121,7 @@ groups() -> {zip, [parallel], [zip_unzip, zip_unzip3, zipwith, zipwith3]}, {misc, [parallel], [reverse, member, dropwhile, takewhile, filter_partition, suffix, subtract, join, - hof]} + hof, droplast]} ]. init_per_suite(Config) -> |