diff options
Diffstat (limited to 'testsuite/tests')
| -rw-r--r-- | testsuite/tests/ghci/should_run/T19217.script | 1 | ||||
| -rw-r--r-- | testsuite/tests/ghci/should_run/T19217.stdout | 1 | ||||
| -rw-r--r-- | testsuite/tests/ghci/should_run/all.T | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/should_run/T19217.script b/testsuite/tests/ghci/should_run/T19217.script new file mode 100644 index 0000000000..b06fed35df --- /dev/null +++ b/testsuite/tests/ghci/should_run/T19217.script @@ -0,0 +1 @@ +:kind [a] diff --git a/testsuite/tests/ghci/should_run/T19217.stdout b/testsuite/tests/ghci/should_run/T19217.stdout new file mode 100644 index 0000000000..f8de790c75 --- /dev/null +++ b/testsuite/tests/ghci/should_run/T19217.stdout @@ -0,0 +1 @@ +[a] :: * diff --git a/testsuite/tests/ghci/should_run/all.T b/testsuite/tests/ghci/should_run/all.T index 5433a613db..935cbecd7d 100644 --- a/testsuite/tests/ghci/should_run/all.T +++ b/testsuite/tests/ghci/should_run/all.T @@ -77,6 +77,7 @@ test('T18064', ['T18064.script']) test('T18594', just_ghci, ghci_script, ['T18594.script']) test('T18562', just_ghci, ghci_script, ['T18562.script']) +test('T19217', just_ghci, ghci_script, ['T19217.script']) test('T19460', just_ghci, ghci_script, ['T19460.script']) test('T19733', just_ghci, compile_and_run, ['']) |
