Skip to content

Commit baeffa2

Browse files
hvitvedgeoffw0
andauthored
Update rust/ql/test/query-tests/unusedentities/unreachable.rs
Co-authored-by: Geoffrey White <[email protected]>
1 parent dd520fe commit baeffa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/ql/test/query-tests/unusedentities/unreachable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ fn unreachable_loop() {
183183
}
184184

185185
fn unreachable_paren() {
186-
let _ = (1);
186+
let _ = (((1)));
187187
}
188188

189189
fn unreachable_let_1() {

0 commit comments

Comments
 (0)