diff options
Diffstat (limited to 'libraries/base/tests')
-rw-r--r-- | libraries/base/tests/all.T | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T index fd5e217be9..644c5777a4 100644 --- a/libraries/base/tests/all.T +++ b/libraries/base/tests/all.T @@ -27,11 +27,11 @@ test('assert', exit_code(1), compile_and_run, ['-fno-ignore-asserts']) test('CPUTime001', fragile(16224), compile_and_run, ['']) test('readLitChar', normal, compile_and_run, ['']) test('unicode001', - when(platform('i386-unknown-openbsd'), expect_fail), + normal, compile_and_run, ['']) test('unicode002', - when(platform('i386-unknown-openbsd'), expect_fail), + normal, compile_and_run, ['']) test('unicode003', normal, compile_and_run, ['']) |