mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-09 05:27:49 +00:00
Fixup validator tests added during split from resolver.
This PR adds the validator_is_storable test into the CMakeList file correctly and removes the helper files. The resolver helper is used instead and a test helper to return the validator added into the resolver. Change-Id: I5b18bcc6373e3b39807af05cf5c058fab61ed4ca Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/88041 Auto-Submit: Dan Sinclair <dsinclair@chromium.org> Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
This commit is contained in:
committed by
Dawn LUCI CQ
parent
8e2a1f9ab9
commit
d3a5080c7b
@@ -274,6 +274,7 @@ tint_unittests_source_set("tint_unittests_resolver_src") {
|
||||
"../../src/tint/resolver/type_constructor_validation_test.cc",
|
||||
"../../src/tint/resolver/type_validation_test.cc",
|
||||
"../../src/tint/resolver/validation_test.cc",
|
||||
"../../src/tint/resolver/validator_is_storeable_test.cc",
|
||||
"../../src/tint/resolver/var_let_test.cc",
|
||||
"../../src/tint/resolver/var_let_validation_test.cc",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user