diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-01-25 15:21:05 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-01-25 15:21:05 +0000 |
commit | ff813a6ebf7b88931d332451efa5e5c68f5bcfdd (patch) | |
tree | 46fa364841881b4a271a87253f65e37981952ca7 /testsuite/tests/ffi/should_compile | |
parent | 3d0f4c731741ec4d8c6302f8681fb75e948c65d7 (diff) | |
download | haskell-ff813a6ebf7b88931d332451efa5e5c68f5bcfdd.tar.gz |
Rename some numeric tests: nnnn -> Tnnnn
Diffstat (limited to 'testsuite/tests/ffi/should_compile')
-rw-r--r-- | testsuite/tests/ffi/should_compile/T1357.hs (renamed from testsuite/tests/ffi/should_compile/1357.hs) | 0 | ||||
-rw-r--r-- | testsuite/tests/ffi/should_compile/T1357.stderr (renamed from testsuite/tests/ffi/should_compile/1357.stderr) | 2 | ||||
-rw-r--r-- | testsuite/tests/ffi/should_compile/T3624.hs (renamed from testsuite/tests/ffi/should_compile/3624.hs) | 0 | ||||
-rw-r--r-- | testsuite/tests/ffi/should_compile/T3742.hs (renamed from testsuite/tests/ffi/should_compile/3742.hs) | 0 | ||||
-rw-r--r-- | testsuite/tests/ffi/should_compile/all.T | 6 |
5 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/ffi/should_compile/1357.hs b/testsuite/tests/ffi/should_compile/T1357.hs index 1f5479bc1c..1f5479bc1c 100644 --- a/testsuite/tests/ffi/should_compile/1357.hs +++ b/testsuite/tests/ffi/should_compile/T1357.hs diff --git a/testsuite/tests/ffi/should_compile/1357.stderr b/testsuite/tests/ffi/should_compile/T1357.stderr index cd1cb7031a..6678973fe4 100644 --- a/testsuite/tests/ffi/should_compile/1357.stderr +++ b/testsuite/tests/ffi/should_compile/T1357.stderr @@ -1,3 +1,3 @@ -1357.hs:5:1: +T1357.hs:5:1: Warning: possible missing & in foreign import of FunPtr diff --git a/testsuite/tests/ffi/should_compile/3624.hs b/testsuite/tests/ffi/should_compile/T3624.hs index 8f42efc055..8f42efc055 100644 --- a/testsuite/tests/ffi/should_compile/3624.hs +++ b/testsuite/tests/ffi/should_compile/T3624.hs diff --git a/testsuite/tests/ffi/should_compile/3742.hs b/testsuite/tests/ffi/should_compile/T3742.hs index c16b6009eb..c16b6009eb 100644 --- a/testsuite/tests/ffi/should_compile/3742.hs +++ b/testsuite/tests/ffi/should_compile/T3742.hs diff --git a/testsuite/tests/ffi/should_compile/all.T b/testsuite/tests/ffi/should_compile/all.T index f4b4cdd5cb..99c5eef8f4 100644 --- a/testsuite/tests/ffi/should_compile/all.T +++ b/testsuite/tests/ffi/should_compile/all.T @@ -33,8 +33,8 @@ test('cc013', normal, compile, ['']) test('cc014', normal, compile, ['']) test('ffi-deriv1', normal, compile, ['']) -test('1357', normal, compile, ['']) -test('3624', normal, compile, ['']) -test('3742', normal, compile, ['']) +test('T1357', normal, compile, ['']) +test('T3624', normal, compile, ['']) +test('T3742', normal, compile, ['']) test('cc015', normal, compile, ['']) test('cc016', normal, compile, ['']) |