own fixture 파일명과 unit 식별자 정리

This commit is contained in:
2026-08-17 04:05:11 +09:00
parent 38dddc234c
commit d1a4020087
3 changed files with 3 additions and 3 deletions
@@ -1,5 +1,5 @@
// ERROR:7:global
unit badgmut;
unit globalm;
var VALUE: i32 = 0;
@@ -1,5 +1,5 @@
// ERROR:6:reference
unit badlocsl;
unit localesc;
fn bad() -> []u8 {
let a: [2]u8 = [1 as u8, 2 as u8];
@@ -1,5 +1,5 @@
// ERROR:5:reference
unit badslfld;
unit self_fld;
struct Bad {
bytes: []u8,