diff options
| author | DanielGavin <danielgavin5@hotmail.com> | 2021-05-17 23:35:55 +0200 |
|---|---|---|
| committer | DanielGavin <danielgavin5@hotmail.com> | 2021-05-17 23:35:55 +0200 |
| commit | 63feccd209b69b913f3a2fe33fa993dbe0af909f (patch) | |
| tree | b5fc2788fd29b90a9feb13c8b3b5017ee6d6d483 /src/testing | |
| parent | 98609fccd73cb464dd4659702319dab2fe1c61c1 (diff) | |
handle the parser changes in core + linux still not working
Diffstat (limited to 'src/testing')
| -rw-r--r-- | src/testing/testing.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing.odin b/src/testing/testing.odin index ebaf4fc..6f01229 100644 --- a/src/testing/testing.odin +++ b/src/testing/testing.odin @@ -99,7 +99,7 @@ setup :: proc(src: ^Source) { file := ast.File { fullpath = fullpath, - src = transmute([]u8)src_pkg.source, + src = src_pkg.source, pkg = pkg, }; |