| Index: tests/corelib_strong/corelib_strong.status
|
| diff --git a/tests/corelib_strong/corelib_strong.status b/tests/corelib_strong/corelib_strong.status
|
| index fb98cbabb4ea80bf03a8680301f7c9f1c1019840..bdb73e1111a68efe7434921b86dea506f8353c70 100644
|
| --- a/tests/corelib_strong/corelib_strong.status
|
| +++ b/tests/corelib_strong/corelib_strong.status
|
| @@ -3,11 +3,11 @@
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| # Skip entire suite if not running in strong mode.
|
| -[ $strong == false ]
|
| +[ ! $strong ]
|
| *: SkipByDesign
|
|
|
| # Skip tests that are not yet strong-mode clean.
|
| -[ $strong == true ]
|
| +[ $strong ]
|
| big_integer_arith_vm_test: Skip
|
| bool_from_environment2_test: Skip
|
| core_runtime_types_test: Skip
|
|
|