From 63feccd209b69b913f3a2fe33fa993dbe0af909f Mon Sep 17 00:00:00 2001 From: DanielGavin Date: Mon, 17 May 2021 23:35:55 +0200 Subject: handle the parser changes in core + linux still not working --- src/testing/testing.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testing') 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, }; -- cgit v1.2.3