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,265
Issues
4,265
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
419
Merge Requests
419
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
023eff76
Commit
023eff76
authored
Sep 20, 2013
by
Simon Peyton Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test Trac
#8333
parent
b1391024
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
1 deletion
+21
-1
testsuite/tests/th/Makefile
testsuite/tests/th/Makefile
+3
-0
testsuite/tests/th/T8333.hs
testsuite/tests/th/T8333.hs
+5
-0
testsuite/tests/th/T8333.stdout
testsuite/tests/th/T8333.stdout
+7
-0
testsuite/tests/th/all.T
testsuite/tests/th/all.T
+6
-1
No files found.
testsuite/tests/th/Makefile
View file @
023eff76
...
@@ -34,3 +34,6 @@ TH_Depends:
...
@@ -34,3 +34,6 @@ TH_Depends:
'
$(TEST_HC)
'
$(TEST_HC_OPTS)
$(ghcThWayFlags)
--make
-v0
TH_Depends
'
$(TEST_HC)
'
$(TEST_HC_OPTS)
$(ghcThWayFlags)
--make
-v0
TH_Depends
./TH_Depends
./TH_Depends
T8333
:
$(TEST_HC)
$(TEST_HC_OPTS)
$(ghcThWayFlags)
--interactive
T8333.hs < /dev/null
testsuite/tests/th/T8333.hs
0 → 100644
View file @
023eff76
{-# LANGUAGE TemplateHaskell #-}
{-# OPTIONS_GHC -fno-omit-interface-pragmas #-}
main
::
IO
()
main
=
return
()
testsuite/tests/th/T8333.stdout
0 → 100644
View file @
023eff76
GHCi, version 7.7.20130919: http://www.haskell.org/ghc/ :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
[1 of 1] Compiling Main ( T8333.hs, interpreted )
Ok, modules loaded: Main.
*Main> Leaving GHCi.
testsuite/tests/th/all.T
View file @
023eff76
...
@@ -288,3 +288,8 @@ test('TH_Roles3', normal, compile, ['-v0 -dsuppress-uniques'])
...
@@ -288,3 +288,8 @@ test('TH_Roles3', normal, compile, ['-v0 -dsuppress-uniques'])
test
('
TH_Roles4
',
normal
,
compile
,
['
-v0
'])
test
('
TH_Roles4
',
normal
,
compile
,
['
-v0
'])
test
('
T8186
',
normal
,
compile_and_run
,
['
-v0
'])
test
('
T8186
',
normal
,
compile_and_run
,
['
-v0
'])
test
('
T8333
',
normal
,
run_command
,
['
$MAKE -s --no-print-directory T8333
'])
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