Adjust status file to account for test passing on windows platform sure why).

Change-Id: I9e656b378d99e6a766dfe7a946562ce0d2311077
Reviewed-on: https://dart-review.googlesource.com/65035
Reviewed-by: Siva Annamalai <asiva@google.com>
diff --git a/tests/standalone_2/standalone_2_kernel.status b/tests/standalone_2/standalone_2_kernel.status
index cffc18a..0804201 100644
--- a/tests/standalone_2/standalone_2_kernel.status
+++ b/tests/standalone_2/standalone_2_kernel.status
@@ -198,14 +198,14 @@
 io/secure_socket_argument_test: CompileTimeError
 io/web_socket_protocol_processor_test: CompileTimeError
 
+[ $system != windows && $strong && ($compiler == dartk || $compiler == dartkp) ]
+io/named_pipe_script_test: RuntimeError # Issue 33842
+
 [ $fasta && $strong ]
 package/package_isolate_test: CompileTimeError
 
 [ $fasta && !$strong ]
 regress_29350_test/none: MissingCompileTimeError
 
-[ $strong && ($compiler == dartk || $compiler == dartkp) ]
-io/named_pipe_script_test: RuntimeError # Issue 33842
-
 [ !$strong && ($compiler == dartk || $compiler == dartkp || $runtime == dart_precompiled || $runtime == vm) ]
 *: SkipByDesign # standalone_2 is only supported in strong mode.