Phase 33 NORM canon test: enforce normalized dev route for P1/P2/JP mini
This commit is contained in:
@ -20,8 +20,8 @@
|
||||
* required_methods = ["length","concat"]
|
||||
*/
|
||||
|
||||
use std::collections::HashMap;
|
||||
use crate::runtime::get_global_ring0;
|
||||
use std::collections::HashMap;
|
||||
|
||||
fn parse_required_methods(spec: &str) -> HashMap<String, Vec<String>> {
|
||||
let mut map = HashMap::new();
|
||||
|
||||
Reference in New Issue
Block a user