Remove outdated lint suppression.

The reformatting has taken place so the namespace no lint entries
are no longer required. Removed.

Bug: dawn:1381
Change-Id: I200f540ad5464e5f1ff103919cca71daf13c505c
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/91380
Commit-Queue: Dan Sinclair <dsinclair@chromium.org>
Auto-Submit: Dan Sinclair <dsinclair@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
dan sinclair 2022-05-24 16:40:03 +00:00 committed by Dawn LUCI CQ
parent 7aeac5e67f
commit 575b27512e
5 changed files with 0 additions and 10 deletions

View File

@ -359,7 +359,5 @@ TEST(ErrorTests, TRY_ConversionToErrorOrResultNonPointer) {
ASSERT_EQ(errorData->GetMessage(), placeholderErrorMessage); ASSERT_EQ(errorData->GetMessage(), placeholderErrorMessage);
} }
// TODO(https://crbug.com/dawn/1381) Remove when namespaces are not indented.
// NOLINTNEXTLINE(readability/namespace)
} // namespace } // namespace
} // namespace dawn::native } // namespace dawn::native

View File

@ -812,7 +812,5 @@ TEST_F(DestroyObjectRegressionTests, LastRefInCommandComputePipeline) {
device.Destroy(); device.Destroy();
} }
// TODO(https://crbug.com/dawn/1381) Remove when namespaces are not indented.
// NOLINTNEXTLINE(readability/namespace)
} // namespace } // namespace
} // namespace dawn::native } // namespace dawn::native

View File

@ -360,7 +360,5 @@ TEST_F(WireAdapterTests, RequestDeviceWireDisconnectedBeforeCallback) {
GetWireClient()->Disconnect(); GetWireClient()->Disconnect();
} }
// TODO(https://crbug.com/dawn/1381) Remove when namespaces are not indented.
// NOLINTNEXTLINE(readability/namespace)
} // namespace } // namespace
} // namespace dawn::wire } // namespace dawn::wire

View File

@ -117,7 +117,5 @@ TEST_F(WireInjectInstanceTests, ReclaimInstanceReservation) {
} }
} }
// TODO(https://crbug.com/dawn/1381) Remove when namespaces are not indented.
// NOLINTNEXTLINE(readability/namespace)
} // namespace } // namespace
} // namespace dawn::wire } // namespace dawn::wire

View File

@ -290,7 +290,5 @@ TEST_F(WireInstanceTests, RequestAdapterWireDisconnectBeforeCallback) {
GetWireClient()->Disconnect(); GetWireClient()->Disconnect();
} }
// TODO(https://crbug.com/dawn/1381) Remove when namespaces are not indented.
// NOLINTNEXTLINE(readability/namespace)
} // namespace } // namespace
} // namespace dawn::wire } // namespace dawn::wire