More merging of nio into luni

Change-Id: Ib4356b3cd57490df8ff246ea6a4bc1c269ba848b
diff --git a/run-core-tests b/run-core-tests
index 345f23b..95e034e 100755
--- a/run-core-tests
+++ b/run-core-tests
@@ -26,7 +26,7 @@
 # Build the classpath by putting together the jar file for each module.
 classpath="/system/framework/sqlite-jdbc.jar" # Bonus item for jdbc testing.
 modules="annotation archive concurrent crypto dom json \
-        logging luni-kernel luni math nio nio_char prefs regex security sql \
+        logging luni-kernel luni math nio_char prefs regex security sql \
         suncompat support text x-net xml"
 for module in $modules; do
   classpath="$classpath:/system/framework/core-tests-$module.jar"