summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/annotations/all.T
diff options
context:
space:
mode:
authorAlan Zimmerman <alan.zimm@gmail.com>2015-05-08 09:38:39 +0200
committerAlan Zimmerman <alan.zimm@gmail.com>2015-05-08 09:38:39 +0200
commit225df19a87d8de8245db84d558618f4824631acc (patch)
treee454eed3d69cfb80fd4e374194f7c375bd5d66a5 /testsuite/tests/ghc-api/annotations/all.T
parentcc9b788e701f4bd3b97bfaec8ee78169ede0fa49 (diff)
downloadhaskell-225df19a87d8de8245db84d558618f4824631acc.tar.gz
ApiAnnotations : AnnComma missing in TupleSection
Summary: For the following code {-# LANGUAGE TupleSections #-} foo = do liftIO $ atomicModifyIORef ciTokens ((,()) . f) the annotation is missing for the comma. Test Plan: ./validate Reviewers: hvr, austin Reviewed By: austin Subscribers: bgamari, thomie Differential Revision: https://phabricator.haskell.org/D834 GHC Trac Issues: #10280
Diffstat (limited to 'testsuite/tests/ghc-api/annotations/all.T')
-rw-r--r--testsuite/tests/ghc-api/annotations/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/ghc-api/annotations/all.T b/testsuite/tests/ghc-api/annotations/all.T
index 29e22c6d46..e0834af10e 100644
--- a/testsuite/tests/ghc-api/annotations/all.T
+++ b/testsuite/tests/ghc-api/annotations/all.T
@@ -6,3 +6,4 @@ test('listcomps', normal, run_command, ['$MAKE -s --no-print-directory listcom
test('T10255', normal, run_command, ['$MAKE -s --no-print-directory t10255'])
test('T10268', normal, run_command, ['$MAKE -s --no-print-directory T10268'])
test('T10269', normal, run_command, ['$MAKE -s --no-print-directory T10269'])
+test('T10280', normal, run_command, ['$MAKE -s --no-print-directory T10280'])