##// END OF EJS Templates
Use skip_if_not_win32 instead of skip_linux+osx
Takafumi Arakaki -
Show More
@@ -119,8 +119,7 b' def doctest_run_option_parser_for_posix():'
119 """
119 """
120
120
121
121
122 @dec.skip_linux
122 @dec.skip_if_not_win32
123 @dec.skip_osx
124 def doctest_run_option_parser_for_windows():
123 def doctest_run_option_parser_for_windows():
125 r"""Test option parser in %run (Windows specific).
124 r"""Test option parser in %run (Windows specific).
126
125
General Comments 0
You need to be logged in to leave comments. Login now