Skip to content
Snippets Groups Projects
Commit 4a72ddfa authored by Sylvain Henry's avatar Sylvain Henry Committed by Josh Meredith
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 830d1c3c
No related branches found
No related tags found
No related merge requests found
Pipeline #65925 canceled
...@@ -153,4 +153,4 @@ test('bytestringread001', extra_run_opts('test.data'), compile_and_run, ['']) ...@@ -153,4 +153,4 @@ test('bytestringread001', extra_run_opts('test.data'), compile_and_run, [''])
test('T17912', [only_ways(['threaded1']), when(opsys('mingw32'),expect_broken(1))], compile_and_run, ['']) test('T17912', [only_ways(['threaded1']), when(opsys('mingw32'),expect_broken(1))], compile_and_run, [''])
test('T18832', only_ways(['threaded1']), compile_and_run, ['']) test('T18832', only_ways(['threaded1']), compile_and_run, [''])
test('mkdirExists', exit_code(1), compile_and_run, ['']) test('mkdirExists', [exit_code(1),grep_errmsg(r'already exists')], compile_and_run, [''])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment