diff options
author | Björn Gustavsson <[email protected]> | 2013-09-05 06:03:27 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-09-18 10:22:29 +0200 |
commit | 5598cb640c11078692a1b221ab4950e395e622e0 (patch) | |
tree | 691922811203dd87db3a1a934c85fe8e3c713d38 /lib/asn1/test/Makefile | |
parent | 589a9ed126d205007e79c22053d1b156a383d99f (diff) | |
download | otp-5598cb640c11078692a1b221ab4950e395e622e0.tar.gz otp-5598cb640c11078692a1b221ab4950e395e622e0.tar.bz2 otp-5598cb640c11078692a1b221ab4950e395e622e0.zip |
asn1_SUITE: Remove useless test_driver_load/1 test case
The PER back-end no longer use a driver (or even a NIF),
and the test case would not fail if it didn't work because the
spawned processed were not linked.
Diffstat (limited to 'lib/asn1/test/Makefile')
-rw-r--r-- | lib/asn1/test/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/asn1/test/Makefile b/lib/asn1/test/Makefile index a3fa4f2968..c9de2ee10a 100644 --- a/lib/asn1/test/Makefile +++ b/lib/asn1/test/Makefile @@ -100,7 +100,6 @@ MODULES= \ test_special_decode_performance \ testTCAP \ testSSLspecs \ - test_driver_load \ testSelectionTypes \ test_undecoded_rest \ testTcapsystem \ |