Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,318
Issues
4,318
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
386
Merge Requests
386
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
01971846
Commit
01971846
authored
Oct 30, 2008
by
simonpj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make ann01 not depend on linking order
parent
7ae888d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
11 deletions
+1
-11
testsuite/tests/ghc-regress/annotations/should_compile/all.T
testsuite/tests/ghc-regress/annotations/should_compile/all.T
+1
-1
testsuite/tests/ghc-regress/annotations/should_compile/ann01.stderr
...tests/ghc-regress/annotations/should_compile/ann01.stderr
+0
-10
No files found.
testsuite/tests/ghc-regress/annotations/should_compile/all.T
View file @
01971846
# Annotations were implemented in GHC 6.9 and not supported in other compilers
setTestOpts
(
if_compiler_lt
('
ghc
',
'
6.9
',
skip
));
test
('
ann01
',
normal
,
compile
,
[''])
test
('
ann01
',
normal
,
compile
,
['
-v0
'])
""""
Helpful
things
to
C
+
P:
...
...
testsuite/tests/ghc-regress/annotations/should_compile/ann01.stderr
View file @
01971846
Loading package ghc-prim ... linking ... done.
Loading package integer ... linking ... done.
Loading package base ... linking ... done.
Loading package ffi-1.0 ... linking ... done.
Loading package syb ... linking ... done.
Loading package array-0.2.0.0 ... linking ... done.
Loading package containers-0.2.0.0 ... linking ... done.
Loading package packedstring-0.1.0.1 ... linking ... done.
Loading package pretty-1.0.1.0 ... linking ... done.
Loading package template-haskell ... linking ... done.
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