Skip to content

Commit 5b328b2

Browse files
jgcrostavineethk
andauthored
Update third_party/move/tools/move-linter/tests/model_ast_lints/simpler_bool_expression.move
Co-authored-by: Vineeth Kashyap <[email protected]>
1 parent bac462a commit 5b328b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/move/tools/move-linter/tests/model_ast_lints/simpler_bool_expression.move

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ module 0xc0ffee::m {
322322
if (x || y) ();
323323
}
324324

325-
// ===== THE FOLLOWING TEST SHOULD NOT TRIGGER THE LINT, BUT IS INCLUDED FOR FUTURE REFERENCE =====
325+
// ===== THE FOLLOWING TEST DOES NOT TRIGGER THE LINT, BUT IS INCLUDED FOR FUTURE REFERENCE =====
326326
// Detecting these patterns is not yet supported.
327327

328328
public fun test_vector_no_lint() {

0 commit comments

Comments
 (0)