summaryrefslogtreecommitdiff
path: root/testdata/reject.ignore/adhoc.reject.lc
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/reject.ignore/adhoc.reject.lc')
-rw-r--r--testdata/reject.ignore/adhoc.reject.lc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/reject.ignore/adhoc.reject.lc b/testdata/reject.ignore/adhoc.reject.lc
index 42e2d968..659029b6 100644
--- a/testdata/reject.ignore/adhoc.reject.lc
+++ b/testdata/reject.ignore/adhoc.reject.lc
@@ -1,7 +1,7 @@
1 1
2data A = A 2data A = A
3 3
4x = oneComp :: Vec 4 A 4x = one :: Vec 4 A
5 5
6main = x -- TODO: catch error at application 6main = x -- TODO: catch error at application
7 7