Skip to content
Snippets Groups Projects
Commit 3f1022c5 authored by Ben Gamari's avatar Ben Gamari
Browse files

testsuite: Skip cgrun078 in ghci way

This test requires FFI usage.
parent a8579e5b
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ test('cgrun072', normal, compile_and_run, [''])
test('cgrun075', normal, compile_and_run, [''])
test('cgrun076', normal, compile_and_run, [''])
test('cgrun077', [when(have_cpu_feature('bmi2'), extra_hc_opts('-mbmi2'))], compile_and_run, [''])
test('cgrun078', normal, compile_and_run, [''])
test('cgrun078', omit_ways(['ghci']), compile_and_run, [''])
test('T1852', normal, compile_and_run, [''])
test('T1861', extra_run_opts('0'), 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