Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
30048887
Commit
30048887
authored
Sep 03, 2002
by
simonmar
Browse files
[project @ 2002-09-03 10:08:04 by simonmar]
Add test for fixity of (%).
parent
5903c067
Changes
3
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/lib/should_run/all.T
View file @
30048887
test
('
char001
',
normal
,
compile_and_run
,
[''])
test
('
char002
',
normal
,
compile_and_run
,
[''])
test
('
ratio001
',
normal
,
compile_and_run
,
[''])
test
('
rand001
',
normal
,
compile_and_run
,
[''])
test
('
read001
',
normal
,
compile_and_run
,
[''])
test
('
show001
',
normal
,
compile_and_run
,
[''])
...
...
testsuite/tests/ghc-regress/lib/should_run/ratio001.hs
0 → 100644
View file @
30048887
import
Ratio
-- !!! Test that (%) has the right fixity
main
=
print
(
2
^
3
%
5
)
testsuite/tests/ghc-regress/lib/should_run/ratio001.stdout
0 → 100644
View file @
30048887
8 % 5
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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