summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib/Char/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/lib/Char/all.T')
-rw-r--r--testsuite/tests/lib/Char/all.T10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/tests/lib/Char/all.T b/testsuite/tests/lib/Char/all.T
new file mode 100644
index 0000000000..81ecb28f69
--- /dev/null
+++ b/testsuite/tests/lib/Char/all.T
@@ -0,0 +1,10 @@
+test('readLitChar', normal, compile_and_run, [''])
+
+if config.platform == 'i386-unknown-openbsd':
+ ways = expect_fail
+else:
+ ways = normal
+
+test('unicode001', ways, compile_and_run, [''])
+test('unicode002', ways, compile_and_run, [''])
+