diff options
author | Austin Seipp <aseipp@pobox.com> | 2013-08-28 17:18:21 -0500 |
---|---|---|
committer | Austin Seipp <aseipp@pobox.com> | 2013-08-28 17:18:21 -0500 |
commit | 567f2fc89031c6dd3a2c1fb48e5cff85e0bdb714 (patch) | |
tree | ffe341406fff083aa33dcf4d67083b09c42d5942 /testsuite/tests/numeric/should_run/all.T | |
parent | a7bc138e3393b86ef4681410f17fdc7010909fe3 (diff) | |
download | haskell-567f2fc89031c6dd3a2c1fb48e5cff85e0bdb714.tar.gz |
Add test for -XNumDecimals
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'testsuite/tests/numeric/should_run/all.T')
-rw-r--r-- | testsuite/tests/numeric/should_run/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/numeric/should_run/all.T b/testsuite/tests/numeric/should_run/all.T index 70bd591503..8f658de541 100644 --- a/testsuite/tests/numeric/should_run/all.T +++ b/testsuite/tests/numeric/should_run/all.T @@ -60,3 +60,4 @@ test('T7014', ['$MAKE -s --no-print-directory T7014']) test('T7233', normal, compile_and_run, ['']) +test('NumDecimals', normal, compile_and_run, ['']) |