Add NOLINT to the new long test names
Suppresses cpplint warnings. Change-Id: I2c8865709037b67f7af96e737dad8b6c179c5110 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/47760 Reviewed-by: James Price <jrprice@google.com> Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
parent
0d96c1d644
commit
cc46e393e4
|
@ -7222,7 +7222,7 @@ TEST_F(SpvParserTest, ClassifyCFGEdges_IfBreak_WithForwardToPremerge) {
|
||||||
|
|
||||||
TEST_F(
|
TEST_F(
|
||||||
SpvParserTest,
|
SpvParserTest,
|
||||||
FindIfSelectionInternalHeaders_DomViolation_InteriorMerge_CantBeTrueHeader) {
|
FindIfSelectionInternalHeaders_DomViolation_InteriorMerge_CantBeTrueHeader) { // NOLINT - line length
|
||||||
auto assembly = CommonTypes() + R"(
|
auto assembly = CommonTypes() + R"(
|
||||||
%100 = OpFunction %void None %voidfn
|
%100 = OpFunction %void None %voidfn
|
||||||
|
|
||||||
|
@ -7255,7 +7255,7 @@ TEST_F(
|
||||||
|
|
||||||
TEST_F(
|
TEST_F(
|
||||||
SpvParserTest,
|
SpvParserTest,
|
||||||
FindIfSelectionInternalHeaders_DomViolation_InteriorMerge_CantBeFalseHeader) {
|
FindIfSelectionInternalHeaders_DomViolation_InteriorMerge_CantBeFalseHeader) { // NOLINT - line length
|
||||||
auto assembly = CommonTypes() + R"(
|
auto assembly = CommonTypes() + R"(
|
||||||
%100 = OpFunction %void None %voidfn
|
%100 = OpFunction %void None %voidfn
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue