Skip to content

Commit c0bdc2c

Browse files
committed
Forgot to delete line to make test fail
1 parent f984a78 commit c0bdc2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/semantics/untimed_untyped_lola/combinators.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,6 +1265,8 @@ mod combinator_tests {
12651265
// deadlocking or running out of memory.
12661266
// Introduced after regression with runtime test
12671267

1268+
// Hack to force log into being INFO for this test.
1269+
// Needed to make CI perform better
12681270
use tracing_subscriber::{filter::LevelFilter, fmt, prelude::*, util::SubscriberInitExt};
12691271
let subscriber = tracing_subscriber::registry()
12701272
.with(LevelFilter::INFO)
@@ -1294,7 +1296,6 @@ mod combinator_tests {
12941296
.await
12951297
.expect("Result timed out");
12961298
assert_eq!(res.len(), SIZE as usize);
1297-
assert!(false);
12981299
}
12991300

13001301
#[apply(async_test)]

0 commit comments

Comments
 (0)