Skip to content

Commit 316e6aa

Browse files
committed
Accept pragma snapshot
1 parent a416ab2 commit 316e6aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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, test_files::fixture(path))"
44

55
---
6-
error: The current compiler version 0.14.0-alpha doesn't match the specified requirement
6+
error: The current compiler version 0.15.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.14.0-alpha` to make the code compile
12+
= Note: Use `pragma 0.15.0-alpha` to make the code compile
1313

1414

0 commit comments

Comments
 (0)