From d091681a5bfd758b7235efdc5a7e7093f35b13e7 Mon Sep 17 00:00:00 2001 From: pagran <67878280+pagran@users.noreply.github.com> Date: Sun, 1 Jun 2025 15:57:38 +0200 Subject: [PATCH] hotfix --- testdata/script/literals.txtar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/script/literals.txtar b/testdata/script/literals.txtar index 0920850..8c4c173 100644 --- a/testdata/script/literals.txtar +++ b/testdata/script/literals.txtar @@ -54,7 +54,7 @@ grep '^(\s+)?\w+ = .*\bappend\(\w+,(\s+\w+\[\d+\^\s.+\][\^\-+]\w+\[\d+\^\s.+\],? grep '^\s+type \w+ func\(byte\) \w+$' debug1/test/main/extra_literals.go # Check external keys -grep 'garbleEx1ternalKey' debug1/test/main/extra_literals.go +grep 'garbleExternalKey' debug1/test/main/extra_literals.go # Finally, sanity check that we can build all of std with -literals. # Analogous to gogarble.txt.