Skip to content

Commit

Permalink
accepted pragma snap
Browse files Browse the repository at this point in the history
  • Loading branch information
g-r-a-n-t committed Mar 3, 2022
1 parent b8e89bd commit 6fd6c89
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, test_files::fixture(path))"

---
error: The current compiler version 0.13.0-alpha doesn't match the specified requirement
error: The current compiler version 0.14.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.13.0-alpha` to make the code compile
= Note: Use `pragma 0.14.0-alpha` to make the code compile


0 comments on commit 6fd6c89

Please sign in to comment.