diff options
author | Sebastian Graf <sebastian.graf@kit.edu> | 2019-02-01 10:24:36 +0100 |
---|---|---|
committer | Sebastian Graf <sgraf1337@gmail.com> | 2019-02-01 04:28:17 -0500 |
commit | 408975ab1e57214fe53028c2eff9c88ff6a81daa (patch) | |
tree | 0c1634011d80bcbb82e543c448aa09e681df69cb | |
parent | a10872cc7339da78581f97d87eb1c86aff285d0b (diff) | |
download | haskell-wip/T16212-fixed.tar.gz |
Forgot an argument to test()wip/T16212-fixed
-rw-r--r-- | testsuite/tests/ghc-api/annotations/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-api/annotations/all.T b/testsuite/tests/ghc-api/annotations/all.T index c14e3b4080..106d9aeb81 100644 --- a/testsuite/tests/ghc-api/annotations/all.T +++ b/testsuite/tests/ghc-api/annotations/all.T @@ -60,4 +60,4 @@ test('T13163', [extra_files(['Test13163.hs']), test('T15303', [extra_files(['Test15303.hs']), ignore_stderr], makefile_test, ['T15303']) test('T16212', [extra_files(['Test16212.hs']), - ignore_stderr], makefile_test) + ignore_stderr], makefile_test, ['T16212']) |