doc/testing.md
changeset 52396 e292e94b448a
parent 52342 9341b077bd55
child 52595 16609197022c
--- a/doc/testing.md	Fri Nov 02 16:26:11 2018 -0700
+++ b/doc/testing.md	Fri Nov 02 16:27:55 2018 -0700
@@ -108,11 +108,7 @@
 
 A handful of odd tests that are not covered by any other testing framework are
 accessible using the `special:` test descriptor. Currently, this includes
-`hotspot-internal`, `failure-handler` and `make`.
-
-  * Hotspot legacy internal testing (run using `-XX:+ExecuteInternalVMTests`)
-    is run using `special:hotspot-internal` or just `hotspot-internal` as test
-    descriptor, and will only work on a debug JVM.
+`failure-handler` and `make`.
 
   * Failure handler testing is run using `special:failure-handler` or just
     `failure-handler` as test descriptor.