mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-15 01:39:25 +00:00
update tests
This commit is contained in:
parent
863ec4ac7f
commit
edc44e44f8
2 changed files with 3 additions and 3 deletions
|
@ -624,7 +624,7 @@ fn parse_error() {
|
|||
statements: [],
|
||||
},
|
||||
[
|
||||
Diagnostic { position: 10, message: "unexpected character" },
|
||||
Diagnostic { start: 10, end: 11, message: "unexpected character" },
|
||||
],
|
||||
)"#]];
|
||||
expected.assert_eq(&actual);
|
||||
|
|
|
@ -246,8 +246,8 @@ fn fix_bad_variable_in_function() {
|
|||
"#]],
|
||||
expect![[r#"
|
||||
[
|
||||
"Event: Event { runtime_id: RuntimeId { counter: 0 }, kind: WillExecute { database_key: DependencyIndex { ingredient_index: IngredientIndex(15), key_index: Some(Id { value: 1 }) } } }",
|
||||
"Event: Event { runtime_id: RuntimeId { counter: 0 }, kind: WillExecute { database_key: DependencyIndex { ingredient_index: IngredientIndex(18), key_index: Some(Id { value: 1 }) } } }",
|
||||
"Event: Event { runtime_id: RuntimeId { counter: 0 }, kind: WillExecute { database_key: parse_statements(0) } }",
|
||||
"Event: Event { runtime_id: RuntimeId { counter: 0 }, kind: WillExecute { database_key: type_check_function(0) } }",
|
||||
]
|
||||
"#]],
|
||||
)],
|
||||
|
|
Loading…
Reference in a new issue