Commit 2089814
test: properly tag anonymous namespaces
For tests that use anonymous namespaces, some tagged the close
of the namespace with 'namespace' while others used
'anonymous namespace'. It was suggested I should use
'anonymous namespace' in a recent PR review so make all of the
tests consistent with this.
PR-URL: #18583
Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>1 parent a667ac1 commit 2089814Copy full SHA for 2089814
File tree
Expand file treeCollapse file tree
8 files changed
+8
-8
lines changedOpen diff view settings
Filter options
- test
- addons-napi
- test_make_callback_recurse
- test_make_callback
- addons
- async-hooks-id
- async-resource
- callback-scope
- make-callback-recurse
- make-callback
- cctest
Expand file treeCollapse file tree
8 files changed
+8
-8
lines changedOpen diff view settings
Collapse file
test/addons-napi/test_make_callback/binding.cc
Copy file name to clipboardExpand all lines: test/addons-napi/test_make_callback/binding.cc+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
54 | 54 | |
55 | 55 | |
56 | 56 | |
57 | | - |
| 57 | + |
58 | 58 | |
59 | 59 | |
Collapse file
test/addons-napi/test_make_callback_recurse/binding.cc
Copy file name to clipboardExpand all lines: test/addons-napi/test_make_callback_recurse/binding.cc+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
28 | 28 | |
29 | 29 | |
30 | 30 | |
31 | | - |
| 31 | + |
32 | 32 | |
33 | 33 | |
Collapse file
test/addons/async-hooks-id/binding.cc
Copy file name to clipboardExpand all lines: test/addons/async-hooks-id/binding.cc+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
22 | 22 | |
23 | 23 | |
24 | 24 | |
25 | | - |
| 25 | + |
26 | 26 | |
27 | 27 | |
Collapse file
test/addons/async-resource/binding.cc
Copy file name to clipboardExpand all lines: test/addons/async-resource/binding.cc+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
109 | 109 | |
110 | 110 | |
111 | 111 | |
112 | | - |
| 112 | + |
113 | 113 | |
114 | 114 | |
Collapse file
test/addons/callback-scope/binding.cc
Copy file name to clipboardExpand all lines: test/addons/callback-scope/binding.cc+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
69 | 69 | |
70 | 70 | |
71 | 71 | |
72 | | - |
| 72 | + |
73 | 73 | |
74 | 74 | |
Collapse file
test/addons/make-callback-recurse/binding.cc
Copy file name to clipboardExpand all lines: test/addons/make-callback-recurse/binding.cc+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
26 | 26 | |
27 | 27 | |
28 | 28 | |
29 | | - |
| 29 | + |
30 | 30 | |
31 | 31 | |
Collapse file
test/addons/make-callback/binding.cc
Copy file name to clipboardExpand all lines: test/addons/make-callback/binding.cc+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
34 | 34 | |
35 | 35 | |
36 | 36 | |
37 | | - |
| 37 | + |
38 | 38 | |
39 | 39 | |
Collapse file
test/cctest/test_inspector_socket_server.cc
Copy file name to clipboardExpand all lines: test/cctest/test_inspector_socket_server.cc+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
398 | 398 | |
399 | 399 | |
400 | 400 | |
401 | | - |
| 401 | + |
402 | 402 | |
403 | 403 | |
404 | 404 | |
|
0 commit comments