mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-14 23:56:16 +00:00
tools/src: Fix up paths post-tint-merge
Bug: dawn:1339 Change-Id: Icdc15e4d80ed4e65b343294eb3bc22a417fcf490 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/86062 Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
committed by
Dawn LUCI CQ
parent
62a1d7104f
commit
59e96fe55e
@@ -18,7 +18,7 @@ package lut
|
||||
import (
|
||||
"sort"
|
||||
|
||||
"dawn.googlesource.com/tint/tools/src/list"
|
||||
"dawn.googlesource.com/dawn/tools/src/list"
|
||||
)
|
||||
|
||||
// LUT is a look up table.
|
||||
|
||||
@@ -17,8 +17,8 @@ package lut_test
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"dawn.googlesource.com/tint/tools/src/list"
|
||||
"dawn.googlesource.com/tint/tools/src/lut"
|
||||
"dawn.googlesource.com/dawn/tools/src/list"
|
||||
"dawn.googlesource.com/dawn/tools/src/lut"
|
||||
)
|
||||
|
||||
func TestCompactWithFragments(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user