summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T22669.hs-boot
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-12-26 09:56:39 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2023-01-24 05:37:52 -0500
commit6469fea7c78408db679898168a8e9c50c8c7c5ce (patch)
treee45a73804442376f9560c9c0a58b284dce84b015 /testsuite/tests/driver/T22669.hs-boot
parent336b2b1c8628b1317de46078e049b529205f2129 (diff)
downloadhaskell-6469fea7c78408db679898168a8e9c50c8c7c5ce.tar.gz
Don't write o-boot files in Interactive mode
We should not be producing object files when in interactive mode but we still produced the dummy o-boot files. These never made it into a `Linkable` but then confused the recompilation checker. Fixes #22669
Diffstat (limited to 'testsuite/tests/driver/T22669.hs-boot')
-rw-r--r--testsuite/tests/driver/T22669.hs-boot1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/driver/T22669.hs-boot b/testsuite/tests/driver/T22669.hs-boot
new file mode 100644
index 0000000000..33ee925790
--- /dev/null
+++ b/testsuite/tests/driver/T22669.hs-boot
@@ -0,0 +1 @@
+module T22669 where