| commit | 989cee6d3352ca7ecea91e25580be43a69c54115 | [log] [tgz] |
|---|---|---|
| author | dan sinclair <dsinclair@google.com> | Thu Mar 26 15:31:43 2020 +0000 |
| committer | dan sinclair <dsinclair@google.com> | Thu Mar 26 15:31:43 2020 +0000 |
| tree | a78f1880110a4253bc68ae6351194bb0319d74b1 | |
| parent | f26d9a8f26dc389767f473676e0bbb74cb12f9d3 [diff] [blame] |
Move tests into anonymous namespace. This CL moves all test files to the anonymous namespace. Change-Id: Ie5ae0efe907c03eeb441e90f31c976844172b594 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/17900 Reviewed-by: Ryan Harrison <rharrison@chromium.org>
diff --git a/src/ast/call_expression_test.cc b/src/ast/call_expression_test.cc index b4dad2f..1425f06 100644 --- a/src/ast/call_expression_test.cc +++ b/src/ast/call_expression_test.cc
@@ -19,6 +19,7 @@ namespace tint { namespace ast { +namespace { using CallExpressionTest = testing::Test; @@ -127,5 +128,6 @@ )"); } +} // namespace } // namespace ast } // namespace tint