diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-05-25 17:51:26 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-05-25 21:30:58 +0200 |
commit | f07bf19ec49d25395dd47923ba5e6b525ce7e68f (patch) | |
tree | 74bec87a0fc0af7986aa0b4667fda0670e0dc6d2 /libraries/base/tests/enum_processor.py | |
parent | 6a5bce14ffb8b10def150b185fc95d7b2ebab263 (diff) | |
download | haskell-f07bf19ec49d25395dd47923ba5e6b525ce7e68f.tar.gz |
Testsuite: fix enum01/02/03 on Windows (#9399)
Diffstat (limited to 'libraries/base/tests/enum_processor.py')
-rw-r--r--[-rwxr-xr-x] | libraries/base/tests/enum_processor.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libraries/base/tests/enum_processor.py b/libraries/base/tests/enum_processor.py index 53bea4cc9f..15243f11ff 100755..100644 --- a/libraries/base/tests/enum_processor.py +++ b/libraries/base/tests/enum_processor.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - # The rough equivalent of the traditional CPP: # #define printTest(x) (do{ putStr ( " " ++ "x" ++ " = " ) ; print (x) }) # which is not portable to clang. |