aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/test/options1_SUITE_data
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2019-04-14 11:24:47 +0200
committerHans Bolinder <[email protected]>2019-05-07 08:25:03 +0200
commitc2cd09c3d6807d2e93d117d9c6b47a706a50c763 (patch)
tree0f662080c53689b7123350b831647cc9a86e0416 /lib/dialyzer/test/options1_SUITE_data
parent77cbe3b6ced0ca42cf3ec5c8ca0333d9418a0372 (diff)
downloadotp-c2cd09c3d6807d2e93d117d9c6b47a706a50c763.tar.gz
otp-c2cd09c3d6807d2e93d117d9c6b47a706a50c763.tar.bz2
otp-c2cd09c3d6807d2e93d117d9c6b47a706a50c763.zip
dialyzer: Remove quotes around operators
Diffstat (limited to 'lib/dialyzer/test/options1_SUITE_data')
-rw-r--r--lib/dialyzer/test/options1_SUITE_data/results/compiler4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dialyzer/test/options1_SUITE_data/results/compiler b/lib/dialyzer/test/options1_SUITE_data/results/compiler
index e1dc038800..121163d7ca 100644
--- a/lib/dialyzer/test/options1_SUITE_data/results/compiler
+++ b/lib/dialyzer/test/options1_SUITE_data/results/compiler
@@ -6,8 +6,8 @@ beam_disasm.erl:537: The variable X can never match since previous clauses compl
beam_type.erl:284: The pattern <'pi', 0> can never match the type <_,1 | 2>
beam_validator.erl:396: Matching of pattern {'vst', 'none', _} tagged with a record name violates the declared type of #vst{current::#st{ct::[]}}
beam_validator.erl:690: The pattern <'term', OldT> can never match the type <{'tuple',[any(),...]},_>
-beam_validator.erl:693: Guard test 'or'('false','false') can never succeed
-beam_validator.erl:700: Guard test 'or'('false','false') can never succeed
+beam_validator.erl:693: Guard test or('false','false') can never succeed
+beam_validator.erl:700: Guard test or('false','false') can never succeed
beam_validator.erl:702: The pattern <'number', OldT = {Type, _}> can never match the type <{'tuple',[any(),...]},_>
beam_validator.erl:705: The pattern <'bool', {'atom', A}> can never match the type <{'tuple',[any(),...]},_>
beam_validator.erl:707: The pattern <{'atom', A}, 'bool'> can never match the type <{'tuple',[any(),...]},_>