diff options
author | Hans Nilsson <[email protected]> | 2014-09-18 15:54:22 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2014-09-18 15:54:22 +0200 |
commit | 6a7fad099d29929e4b9d311dfeb8ff1d79ec3b5d (patch) | |
tree | 115722d7fd0b460320cdc8f31b566fe793b93bf5 /lib/ssh | |
parent | 822ed67fc53746ffe3b76ca03f88cee72977f5d0 (diff) | |
download | otp-6a7fad099d29929e4b9d311dfeb8ff1d79ec3b5d.tar.gz otp-6a7fad099d29929e4b9d311dfeb8ff1d79ec3b5d.tar.bz2 otp-6a7fad099d29929e4b9d311dfeb8ff1d79ec3b5d.zip |
ssh_eqc_encode_decode.erl compiles
Diffstat (limited to 'lib/ssh')
-rw-r--r-- | lib/ssh/test/property_test/ssh_eqc_encode_decode.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ssh/test/property_test/ssh_eqc_encode_decode.erl b/lib/ssh/test/property_test/ssh_eqc_encode_decode.erl index 34630bdc91..57ea2012c1 100644 --- a/lib/ssh/test/property_test/ssh_eqc_encode_decode.erl +++ b/lib/ssh/test/property_test/ssh_eqc_encode_decode.erl @@ -25,8 +25,6 @@ -proptest(eqc). -proptest([triq,proper]). --include_lib("ct_property_test.hrl"). - -ifndef(EQC). -ifndef(PROPER). -ifndef(TRIQ). |