diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2015-07-16 15:57:42 +0200 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2015-07-16 15:57:42 +0200 |
commit | 02897c586f091de5ba2b73bbef4c6054b28955d4 (patch) | |
tree | bc2595c49de4420dd53faf3996fb023e42ecc6e5 /testsuite/tests/simplCore | |
parent | 504c2aeb8bf36e031c0751e33b85bab58680542e (diff) | |
download | haskell-02897c586f091de5ba2b73bbef4c6054b28955d4.tar.gz |
Failing test case: idArity invariant check, #10181
This was found Thomas Miedema.
Diffstat (limited to 'testsuite/tests/simplCore')
-rw-r--r-- | testsuite/tests/simplCore/should_compile/T10181.hs | 3 | ||||
-rw-r--r-- | testsuite/tests/simplCore/should_compile/all.T | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/simplCore/should_compile/T10181.hs b/testsuite/tests/simplCore/should_compile/T10181.hs new file mode 100644 index 0000000000..1983507cd2 --- /dev/null +++ b/testsuite/tests/simplCore/should_compile/T10181.hs @@ -0,0 +1,3 @@ +module T10181 where + +t a = t a diff --git a/testsuite/tests/simplCore/should_compile/all.T b/testsuite/tests/simplCore/should_compile/all.T index ee2f63170b..9029710166 100644 --- a/testsuite/tests/simplCore/should_compile/all.T +++ b/testsuite/tests/simplCore/should_compile/all.T @@ -214,3 +214,4 @@ test('T10176', only_ways(['optasm']), compile, ['']) test('T10180', only_ways(['optasm']), compile, ['']) test('T10602', only_ways(['optasm']), multimod_compile, ['T10602','-v0']) test('T10627', only_ways(['optasm']), compile, ['']) +test('T10181', [expect_broken(10181), only_ways(['optasm'])], compile, ['']) |