tint: enable unit test now that const eval of shift left has landed
Bug: tint:1713 Change-Id: Iaea50c6b833230331d98784f98ef4b1108422039 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/107142 Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Ben Clayton <bclayton@google.com>
This commit is contained in:
parent
25fdff1ff8
commit
ee42e05101
|
@ -560,8 +560,7 @@ TEST_F(IntrinsicTableTest, MatchDifferentArgsElementType_Builtin_RuntimeEval) {
|
|||
EXPECT_TRUE(result.sem->Parameters()[2]->Type()->Is<sem::Bool>());
|
||||
}
|
||||
|
||||
// TODO(amaiorano): Enable once const eval of left shift lands
|
||||
TEST_F(IntrinsicTableTest, DISABLED_MatchDifferentArgsElementType_Binary_ConstantEval) {
|
||||
TEST_F(IntrinsicTableTest, MatchDifferentArgsElementType_Binary_ConstantEval) {
|
||||
auto* ai = create<sem::AbstractInt>();
|
||||
auto* u32 = create<sem::U32>();
|
||||
auto result = table->Lookup(ast::BinaryOp::kShiftLeft, ai, u32, sem::EvaluationStage::kConstant,
|
||||
|
|
Loading…
Reference in New Issue