aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/erl_lint_SUITE.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2010-02-09 08:30:13 +0100
committerBjörn Gustavsson <[email protected]>2010-02-09 21:03:21 +0100
commita037310622f85a9ae1c083b3210c63a826dda320 (patch)
tree8cbf7a209e825354842837be55eae2829f903c5b /lib/stdlib/test/erl_lint_SUITE.erl
parentb07101c843f17ae8b2b3fcfe947e23c03f0e5ff9 (diff)
downloadotp-a037310622f85a9ae1c083b3210c63a826dda320.tar.gz
otp-a037310622f85a9ae1c083b3210c63a826dda320.tar.bz2
otp-a037310622f85a9ae1c083b3210c63a826dda320.zip
erl_lint_SUITE: adjust failing test case
Errors are now reported slightly differently, so we'll need to adjust the test case.
Diffstat (limited to 'lib/stdlib/test/erl_lint_SUITE.erl')
-rw-r--r--lib/stdlib/test/erl_lint_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/test/erl_lint_SUITE.erl b/lib/stdlib/test/erl_lint_SUITE.erl
index bfbd7b3dc1..2c14aafb24 100644
--- a/lib/stdlib/test/erl_lint_SUITE.erl
+++ b/lib/stdlib/test/erl_lint_SUITE.erl
@@ -2597,7 +2597,7 @@ otp_8051(Config) when is_list(Config) ->
<<"-opaque foo() :: bar().
">>,
[],
- {error,[{1,erl_lint,{type_ref,{bar,0}}}],
+ {error,[{1,erl_lint,{undefined_type,{bar,0}}}],
[{1,erl_lint,{unused_type,{foo,0}}}]}}],
?line [] = run(Config, Ts),
ok.