summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T8602/T8602.T
blob: 67e7b7e50e13c0fd957828db2f9ece1cae46de68 (plain)
1
2
3
4
5
6
7
test('T8602',
     [extra_files(['A.hs']),
      # Windows runs the preprocessor using runInteractiveProcess and can't
      # properly run the generated shell script as a result, since it can't
      # recognize e.g. a shebang or anything.
      when(opsys('mingw32'), expect_fail)],
     ghci_script, ['T8602.script'])