Skip to content

Commit da3b132

Browse files
committed
test wording
1 parent c8e92b4 commit da3b132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ struct TestOptions {
2424
fn main() {
2525
let options = TestOptions::parse_args_default_or_exit();
2626

27-
// run SPS tests
27+
// run tests
2828
if options.test {
2929
sps::test();
30-
println!("sps works!");
30+
println!("sps is the same!");
3131
pushdown::test();
3232
println!("pushdown works!");
3333
}

0 commit comments

Comments
 (0)