Rename regression to test

This commit is contained in:
Fabing Li
2024-06-28 19:12:24 +08:00
committed by Tate, Hongliang Tian
parent 5eefd600cc
commit f675552c5a
147 changed files with 196 additions and 108 deletions

View File

@ -8,7 +8,7 @@
mod test_utils;
#[test]
fn regression() {
fn test() {
let stderr = run_cargo_component_cmd!();
assert!(!stderr.contains("access controlled entry point is disallowed"));
}