]> Cypherpunks repositories - gostls13.git/commitdiff
go/types,cmd/compile/internal/types2: fix TestStdlib
authorFilippo Valsorda <filippo@golang.org>
Thu, 5 May 2022 22:38:02 +0000 (18:38 -0400)
committerGopher Robot <gobot@golang.org>
Thu, 5 May 2022 22:53:14 +0000 (22:53 +0000)
CL 402556 moved a special-cased package and broke the longtests.

Change-Id: I10b48e0912c1cee0eabc342ed1c1704ed79946bd
Reviewed-on: https://go-review.googlesource.com/c/go/+/404474
Reviewed-by: Damien Neil <dneil@google.com>
Run-TryBot: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Filippo Valsorda <valsorda@google.com>
Auto-Submit: Filippo Valsorda <valsorda@google.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>

src/cmd/compile/internal/types2/stdlib_test.go
src/go/types/stdlib_test.go

index 4e54056e74d9b16ab0da11c987b3e5d12416dc02..fc541a4b4522ee3df1a8e56a94be064aa15bf142 100644 (file)
@@ -211,7 +211,7 @@ var excluded = map[string]bool{
        "builtin": true,
 
        // See #46027: some imports are missing for this submodule.
-       "crypto/ed25519/internal/edwards25519/field/_asm": true,
+       "crypto/internal/edwards25519/field/_asm": true,
 }
 
 // typecheck typechecks the given package files.
index 69bd20b504b8579b67273042ddbc890c50dcbff6..d75729ac3997cb317b73898802e4beaef0abf282 100644 (file)
@@ -213,7 +213,7 @@ var excluded = map[string]bool{
        "builtin": true,
 
        // See #46027: some imports are missing for this submodule.
-       "crypto/ed25519/internal/edwards25519/field/_asm": true,
+       "crypto/internal/edwards25519/field/_asm": true,
 }
 
 // typecheck typechecks the given package files.