[spirv-reader] Fix typo in test name
Prefix should match a method name on FunctionEmitter Bug: tint:3 Change-Id: I0af9fb33210d09a59e5cacdade986668fe685682 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/22681 Reviewed-by: dan sinclair <dsinclair@google.com>
This commit is contained in:
parent
bdcd04b1a2
commit
783938d173
|
@ -4682,7 +4682,7 @@ TEST_F(SpvParserTest, ClassifyCFGEdges_IfBreak_FromIfThenElse) {
|
||||||
EXPECT_EQ(bi50->succ_edge[99], EdgeKind::kIfBreak);
|
EXPECT_EQ(bi50->succ_edge[99], EdgeKind::kIfBreak);
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_F(SpvParserTest, ClassifyCFGEdge_IfBreak_BypassesMerge_IsError) {
|
TEST_F(SpvParserTest, ClassifyCFGEdges_IfBreak_BypassesMerge_IsError) {
|
||||||
auto assembly = CommonTypes() + R"(
|
auto assembly = CommonTypes() + R"(
|
||||||
%100 = OpFunction %void None %voidfn
|
%100 = OpFunction %void None %voidfn
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue