Issue #1239: typo corrected in LibTest/io/Process/run_A01_t03
diff --git a/LibTest/io/Process/run_A01_t03.dart b/LibTest/io/Process/run_A01_t03.dart
index 3f4eec4..01552b7 100644
--- a/LibTest/io/Process/run_A01_t03.dart
+++ b/LibTest/io/Process/run_A01_t03.dart
@@ -42,7 +42,7 @@
   String basename =  parts[parts.length - 1];
   var pos = basename.lastIndexOf('.');
   String result = (pos != -1) ? basename.substring(0, pos) : basename;
-  return basename == "dart_precompiled_runtime";
+  return result == "dart_precompiled_runtime";
 }
 
 main() {