fix TestNamedStruct

This commit is contained in:
xushiwei
2024-04-27 08:17:46 +08:00
parent 5f08e7a612
commit 00b2fd1479
5 changed files with 13 additions and 13 deletions

View File

@@ -88,9 +88,9 @@ func TestNamedStruct(t *testing.T) {
assertPkg(t, pkg, `; ModuleID = 'foo/bar'
source_filename = "foo/bar"
%Empty = type {}
%bar.Empty = type {}
@a = external global %Empty
@a = external global %bar.Empty
`)
}