From 498dfc45d44786ccd83b2b0d963dc23020ce4f1a Mon Sep 17 00:00:00 2001 From: Gowri Date: Mon, 8 Feb 2021 10:16:20 +1030 Subject: ci: update relevant test case expected values --- crates/completion/src/completions/keyword.rs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'crates') diff --git a/crates/completion/src/completions/keyword.rs b/crates/completion/src/completions/keyword.rs index 17a8069fe..123b944d9 100644 --- a/crates/completion/src/completions/keyword.rs +++ b/crates/completion/src/completions/keyword.rs @@ -259,6 +259,7 @@ mod tests { kw loop kw if kw if let + kw for kw let kw mod kw const @@ -285,6 +286,7 @@ mod tests { kw loop kw if kw if let + kw for kw let kw mod kw const @@ -311,6 +313,7 @@ mod tests { kw loop kw if kw if let + kw for kw let kw else kw else if @@ -344,6 +347,7 @@ fn quux() -> i32 { kw loop kw if kw if let + kw for kw unsafe kw return "#]], @@ -392,6 +396,7 @@ fn quux() -> i32 { kw loop kw if kw if let + kw for kw let kw mod kw const @@ -550,6 +555,7 @@ pub mod future { kw loop kw if kw if let + kw for kw return "#]], ) @@ -608,6 +614,7 @@ fn foo() { kw loop kw if kw if let + kw for kw return "#]], ); -- cgit v1.2.3