diff options
author | Hans Bolinder <[email protected]> | 2016-09-01 08:30:38 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2016-09-01 08:30:38 +0200 |
commit | 60b407f0db64065e61915cd17c9f0175fa86b7e1 (patch) | |
tree | c062fdb56aa95c196e1f5d172fd7e0e0b2018e6b /lib/dialyzer/test/opaque_SUITE_data | |
parent | 27cd15570cc45388cae5ec710f663e571c920c0c (diff) | |
parent | 5fb3092abd47779a6e5847a6c193ab103fe5bb06 (diff) | |
download | otp-60b407f0db64065e61915cd17c9f0175fa86b7e1.tar.gz otp-60b407f0db64065e61915cd17c9f0175fa86b7e1.tar.bz2 otp-60b407f0db64065e61915cd17c9f0175fa86b7e1.zip |
Merge branch 'maint'
* maint:
dialyzer: Increase time limit of suites
dialyzer: Remove a check that always fails
dialyzer: Optimize an opaque type case
Diffstat (limited to 'lib/dialyzer/test/opaque_SUITE_data')
-rw-r--r-- | lib/dialyzer/test/opaque_SUITE_data/dialyzer_options | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dialyzer/test/opaque_SUITE_data/dialyzer_options b/lib/dialyzer/test/opaque_SUITE_data/dialyzer_options index 3ff26b87db..ffdf8270c8 100644 --- a/lib/dialyzer/test/opaque_SUITE_data/dialyzer_options +++ b/lib/dialyzer/test/opaque_SUITE_data/dialyzer_options @@ -1 +1,2 @@ {dialyzer_options, [{warnings, [no_unused, no_return]}]}. +{time_limit, 2}. |