Skip to content

Commit e7b051e

Browse files
committed
accept pragra snapshot
1 parent 0b4f4cf commit e7b051e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: crates/analyzer/tests/snapshots/errors__invalid_compiler_version.snap

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ source: crates/analyzer/tests/errors.rs
33
expression: "error_string(&path, &src)"
44

55
---
6-
error: The current compiler version 0.9.0-alpha doesn't match the specified requirement
6+
error: The current compiler version 0.10.0-alpha doesn't match the specified requirement
77
┌─ compile_errors/invalid_compiler_version.fe:1:8
88
99
1pragma <=0.1.0
1010
^^^^^^^ The specified version requirement
1111
12-
= Note: Use `pragma 0.9.0-alpha` to make the code compile
12+
= Note: Use `pragma 0.10.0-alpha` to make the code compile
1313

1414

0 commit comments

Comments
 (0)