()
| 111 | |
| 112 | #[test] |
| 113 | fn test_proxy_source_empty() { |
| 114 | let src = generate_proxy_source(&[], "test_orig"); |
| 115 | assert!(src.contains("pub unsafe fn init()")); |
| 116 | assert!(!src.contains("#[unsafe(naked)]")); |
| 117 | } |
| 118 | |
| 119 | #[test] |
| 120 | fn test_generate_proxy_output() { |
nothing calls this directly
no test coverage detected