diff options
author | Björn Gustavsson <[email protected]> | 2016-03-18 12:30:31 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-03-18 12:31:26 +0100 |
commit | 5b38a4a2543681cde7289eff98cdb078ea2ee1fa (patch) | |
tree | 4f8909779b4f2798a7f1d8c48f3a1f7fc23fa5e0 /lib/asn1/test/testSeqOfIndefinite.erl | |
parent | 586e8f0cb587355221ed8a24c4e8ca06e8404192 (diff) | |
download | otp-5b38a4a2543681cde7289eff98cdb078ea2ee1fa.tar.gz otp-5b38a4a2543681cde7289eff98cdb078ea2ee1fa.tar.bz2 otp-5b38a4a2543681cde7289eff98cdb078ea2ee1fa.zip |
Eliminate ?line macros
Diffstat (limited to 'lib/asn1/test/testSeqOfIndefinite.erl')
-rw-r--r-- | lib/asn1/test/testSeqOfIndefinite.erl | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/asn1/test/testSeqOfIndefinite.erl b/lib/asn1/test/testSeqOfIndefinite.erl index bebd516c5c..e28b9e0fd3 100644 --- a/lib/asn1/test/testSeqOfIndefinite.erl +++ b/lib/asn1/test/testSeqOfIndefinite.erl @@ -25,13 +25,13 @@ -include_lib("common_test/include/ct.hrl"). main() -> - ?line ok = test(isd), - ?line ok = test(isd2), - ?line ok = test(dsd), - ?line ok = test(ul_res), - ?line ok = test(prim), - ?line ok = test(seqofseq), - ?line ok = test('InsertSubscriberDataArg'). % OTP-4232 + ok = test(isd), + ok = test(isd2), + ok = test(dsd), + ok = test(ul_res), + ok = test(prim), + ok = test(seqofseq), + ok = test('InsertSubscriberDataArg'). % OTP-4232 test(isd)-> EncPdu = <<48,128,129,7,145,148,113,50,1,0,241,131,1,0,176,128,5,0, |