Skip to content

Commit

Permalink
Failures of two quote test cases seem to be benign -- updated expecte…
Browse files Browse the repository at this point in the history
…d output (see Typer#ensureNoLocalRefs for why).
  • Loading branch information
gsps committed Jan 23, 2018
1 parent 8ca9e30 commit ee2b4c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/run-with-compiler/quote-run-with-settings.check
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
val a: Int = 3
println("foo")
2.+(a)
2.+(a): 2.+(Int).type
}
foo
5
Expand Down
2 changes: 1 addition & 1 deletion tests/run-with-compiler/quote-run.check
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ foo
{
val a: Int = 3
println("foo")
2.+(a)
2.+(a): 2.+(Int).type
}

lambda(4)
Expand Down

0 comments on commit ee2b4c8

Please sign in to comment.