diff options
author | Hans Bolinder <hasse@erlang.org> | 2019-04-17 13:20:56 +0200 |
---|---|---|
committer | Hans Bolinder <hasse@erlang.org> | 2019-05-07 08:25:03 +0200 |
commit | 77cbe3b6ced0ca42cf3ec5c8ca0333d9418a0372 (patch) | |
tree | 5e5e5f8785e10647ac62fb026134925ad64b053f /lib/dialyzer/test/opaque_SUITE_data | |
parent | b0a7495c44ebf6741714948bdf5c0cb9593ec953 (diff) | |
download | erlang-77cbe3b6ced0ca42cf3ec5c8ca0333d9418a0372.tar.gz |
dialyzer: Add test cases with indentation
A smallish selection of already existing tests, run with
the indentation option.
Diffstat (limited to 'lib/dialyzer/test/opaque_SUITE_data')
-rw-r--r-- | lib/dialyzer/test/opaque_SUITE_data/dialyzer_options | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dialyzer/test/opaque_SUITE_data/dialyzer_options b/lib/dialyzer/test/opaque_SUITE_data/dialyzer_options index cb301ff6a1..8551a47541 100644 --- a/lib/dialyzer/test/opaque_SUITE_data/dialyzer_options +++ b/lib/dialyzer/test/opaque_SUITE_data/dialyzer_options @@ -1,2 +1,2 @@ -{dialyzer_options, [{warnings, [no_unused, no_return]}]}. +{dialyzer_options, [{indent_opt, false}, {warnings, [no_unused, no_return]}]}. {time_limit, 40}. |