aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/test/test_compile_options.erl
diff options
context:
space:
mode:
authorTuncer Ayaz <[email protected]>2010-04-23 10:51:35 +0200
committerTuncer Ayaz <[email protected]>2010-05-05 18:48:55 +0200
commit93face25db7222e5c0e4950caaa8acbf6d9bc2dc (patch)
treef8034b9c8395b5fbc9efbcfc1b59f3ccbf7055d2 /lib/asn1/test/test_compile_options.erl
parent56bb6dd185486f993c944ca0aa08cba571f36522 (diff)
downloadotp-93face25db7222e5c0e4950caaa8acbf6d9bc2dc.tar.gz
otp-93face25db7222e5c0e4950caaa8acbf6d9bc2dc.tar.bz2
otp-93face25db7222e5c0e4950caaa8acbf6d9bc2dc.zip
asn1ct: Make formatting of errors and warnings consistent
Consistently format warning and error reports. Warning and error options from erlc now also work in asnc1ct. Signed-off-by: Tuncer Ayaz <[email protected]>
Diffstat (limited to 'lib/asn1/test/test_compile_options.erl')
-rw-r--r--lib/asn1/test/test_compile_options.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asn1/test/test_compile_options.erl b/lib/asn1/test/test_compile_options.erl
index 83f38c5e6d..5e027cdedb 100644
--- a/lib/asn1/test/test_compile_options.erl
+++ b/lib/asn1/test/test_compile_options.erl
@@ -132,7 +132,7 @@ verbose(Config) when is_list(Config) ->
?line ok = asn1ct:compile(Asn1File, [{i,DataDir},{outdir,OutDir},noobj,verbose]),
?line test_server:capture_stop(),
?line [Line0|_] = test_server:capture_get(),
- ?line lists:prefix("Erlang ASN.1 version", Line0),
+ ?line true = lists:prefix("Erlang ASN.1 version", Line0),
%% Test non-verbose compile
?line test_server:capture_start(),