Skip to content

Commit

Permalink
MERGE: #76
Browse files Browse the repository at this point in the history
76: Fix a typo in fixture r=ice1000 a=ice1000

 Closes #75
 Answers #75

Thanks to `@nobodxbodon`

Co-authored-by: ice1000 <ice1000kotlin@foxmail.com>
  • Loading branch information
bors[bot] and ice1000 authored Oct 9, 2021
2 parents 7ebffe3 + 29aaf92 commit 4e548f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/src/test/resources/failure/scope/unknown-var.aya
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
def Nat : Type | zero
open data Nat : Type | zero
def p => Nat::suc Nat::zero
2 changes: 1 addition & 1 deletion base/src/test/resources/failure/scope/unknown-var.aya.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
In file $FILE:2:9 ->

1 | def Nat : Type | zero
1 | open data Nat : Type | zero
2 | def p => Nat::suc Nat::zero
^------^

Expand Down

0 comments on commit 4e548f1

Please sign in to comment.