mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-21 18:59:21 +00:00
sem: Remove Type::type_name.
Remove last remaining uses, and fix up a whole lot of tests. Bug: tint:1383 Change-Id: Id2a11fc2d748b72823f4a077bcd6ba7be705a02b Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/82744 Reviewed-by: David Neto <dneto@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
committed by
Tint LUCI CQ
parent
4391975f72
commit
dc0e31cfaa
@@ -200,7 +200,7 @@ TEST_F(ResolverIndexAccessorTest, Array_Constant) {
|
||||
EXPECT_TRUE(r()->Resolve()) << r()->error();
|
||||
|
||||
ASSERT_NE(TypeOf(acc), nullptr);
|
||||
EXPECT_TRUE(TypeOf(acc)->Is<sem::F32>()) << TypeOf(acc)->type_name();
|
||||
EXPECT_TRUE(TypeOf(acc)->Is<sem::F32>());
|
||||
}
|
||||
|
||||
TEST_F(ResolverIndexAccessorTest, Array_Dynamic_I32) {
|
||||
|
||||
Reference in New Issue
Block a user