Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alfredo Di Napoli
GHC
Commits
dc5a37fd
Commit
dc5a37fd
authored
Jun 04, 2019
by
Ben Gamari
🐢
Browse files
testsuite: Skip T493 in ghci way.
T493 tests #493, which is an FFI test. FFI tests should be skipped in ghci way.
parent
587bef66
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ffi/should_run/all.T
View file @
dc5a37fd
...
...
@@ -207,4 +207,4 @@ test('PrimFFIInt16', [omit_ways(['ghci'])], compile_and_run, ['PrimFFIInt16_c.c'
test
('
PrimFFIWord16
',
[
omit_ways
(['
ghci
'])],
compile_and_run
,
['
PrimFFIWord16_c.c
'])
test
('
T493
',
[]
,
compile_and_run
,
['
T493_c.c
'])
test
('
T493
',
[
omit_ways
(['
ghci
'])
],
compile_and_run
,
['
T493_c.c
'])
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment