Skip to content

Commit

Permalink
Accept pragma snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
g-r-a-n-t committed Nov 1, 2021
1 parent 6376ed3 commit 49e2ce9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ source: crates/analyzer/tests/errors.rs
expression: "error_string(&path, &src)"

---
error: The current compiler version 0.9.0-alpha doesn't match the specified requirement
error: The current compiler version 0.10.0-alpha doesn't match the specified requirement
┌─ compile_errors/invalid_compiler_version.fe:1:8
1pragma <=0.1.0
^^^^^^^ The specified version requirement
= Note: Use `pragma 0.9.0-alpha` to make the code compile
= Note: Use `pragma 0.10.0-alpha` to make the code compile


0 comments on commit 49e2ce9

Please sign in to comment.