diff options
author | Stavros Aronis <[email protected]> | 2013-01-23 11:38:24 +0100 |
---|---|---|
committer | Stavros Aronis <[email protected]> | 2013-01-23 14:20:14 +0100 |
commit | 312ac44c35dc3d7fd204049752a014711daf62c2 (patch) | |
tree | 66f2774684d130677f6d7b9e158e05801b088af1 /lib/dialyzer/test/small_SUITE_data/results | |
parent | b9ff88aa620d3e70e2cf6854fce90adf40f67240 (diff) | |
download | otp-312ac44c35dc3d7fd204049752a014711daf62c2.tar.gz otp-312ac44c35dc3d7fd204049752a014711daf62c2.tar.bz2 otp-312ac44c35dc3d7fd204049752a014711daf62c2.zip |
Remove pubsub and comm_layer tests from testsuite
These tests recently broke because of the deprecation of the package system.
Furthermore, they included copyrighted code.
Finally they were not minimized not targeted to any specific feature and had no
warnings being reported.
Diffstat (limited to 'lib/dialyzer/test/small_SUITE_data/results')
-rw-r--r-- | lib/dialyzer/test/small_SUITE_data/results/comm_layer | 2 | ||||
-rw-r--r-- | lib/dialyzer/test/small_SUITE_data/results/pubsub | 0 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/dialyzer/test/small_SUITE_data/results/comm_layer b/lib/dialyzer/test/small_SUITE_data/results/comm_layer deleted file mode 100644 index cb4bf14eb4..0000000000 --- a/lib/dialyzer/test/small_SUITE_data/results/comm_layer +++ /dev/null @@ -1,2 +0,0 @@ - -comm_layer.erl:76: Invalid type specification for function 'comm_layer_dir.comm_layer':this/0. The success typing is () -> {_,integer(),pid()} diff --git a/lib/dialyzer/test/small_SUITE_data/results/pubsub b/lib/dialyzer/test/small_SUITE_data/results/pubsub deleted file mode 100644 index e69de29bb2..0000000000 --- a/lib/dialyzer/test/small_SUITE_data/results/pubsub +++ /dev/null |