aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2010-02-01 16:34:22 +0100
committerBjörn Gustavsson <[email protected]>2010-02-01 16:36:12 +0100
commit1ab56cb24a8a037d61076314230839fdcc325d7d (patch)
treee40d6ccbd04a5f9dc8f7f7af64649b82f0a8cad4 /lib
parent77a1272d90f93fba24d56b5121ad13cb4ab57f84 (diff)
downloadotp-1ab56cb24a8a037d61076314230839fdcc325d7d.tar.gz
otp-1ab56cb24a8a037d61076314230839fdcc325d7d.tar.bz2
otp-1ab56cb24a8a037d61076314230839fdcc325d7d.zip
yecc_SUITE: Adjustment for modified error tuple
Diffstat (limited to 'lib')
-rw-r--r--lib/parsetools/test/yecc_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parsetools/test/yecc_SUITE.erl b/lib/parsetools/test/yecc_SUITE.erl
index 212557194c..b5da414f7b 100644
--- a/lib/parsetools/test/yecc_SUITE.erl
+++ b/lib/parsetools/test/yecc_SUITE.erl
@@ -312,7 +312,7 @@ syntax(Config) when is_list(Config) ->
?line {ok, _, []} = yecc:file(Filename, ParserFile3 ++ Ret),
%% Note: checking the line numbers. Changes when yeccpre.hrl changes.
fun() ->
- ?line {error,[{_,[{5,_,{undefined,'F'}}]},
+ ?line {error,[{_,[{5,_,{undefined,'F',1}}]},
{_,[{L1,_,{undefined_function,{yeccpars2_2_,1}}},
{L2,_,{bad_inline,{yeccpars2_2_,1}}}]}],
[]} = compile:file(Parserfile1, [basic_validation,return]),