summaryrefslogtreecommitdiff
path: root/testdata/language-features/guard
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-02-01 13:34:12 +0100
committerPéter Diviánszky <divipp@gmail.com>2016-02-01 13:34:12 +0100
commit1115ce36a9da07a1ef7a813843ea2777cdc907e2 (patch)
tree4924866cb3a47d36167ba3eefc369e26e5b743e6 /testdata/language-features/guard
parent528a060fc407d5c9fd9b8af2ebf5265e164c711d (diff)
bugfix
Diffstat (limited to 'testdata/language-features/guard')
-rw-r--r--testdata/language-features/guard/guard10.reject.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/language-features/guard/guard10.reject.out b/testdata/language-features/guard/guard10.reject.out
index 9067b149..56b38afa 100644
--- a/testdata/language-features/guard/guard10.reject.out
+++ b/testdata/language-features/guard/guard10.reject.out
@@ -1,3 +1,3 @@
1"testdata/language-features/guard/guard10.reject.lc" (line 2, column 2): 1"testdata/language-features/guard/guard10.reject.lc" (line 2, column 2):
2expecting symbols 2expecting symbols or lambda
3Invalid indentation. Found a token at indentation 1. Expecting a token at an indentation greater than or equal to 2.IndentStream {indentationState = IndentationState {minIndentation = 2, maxIndentation = 6, absMode = False, tokenRel = Ge}, tokenStream = ""} \ No newline at end of file 3Invalid indentation. Found a token at indentation 1. Expecting a token at an indentation greater than or equal to 2.IndentStream {indentationState = IndentationState {minIndentation = 2, maxIndentation = 6, absMode = False, tokenRel = Ge}, tokenStream = ""} \ No newline at end of file