Skip to content

Commit 96fdc0c

Browse files
committed
Update expected results of 10.2.2
1 parent a1f17d3 commit 96fdc0c

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed
Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1-
No expected results have yet been specified
1+
| test.cpp:8:6:8:14 | E_Global1 | This enumeration is an unscoped enum not enclosed in a class or a struct. |
2+
| test.cpp:9:6:9:6 | (unnamed enum) | This enumeration is an unscoped enum not enclosed in a class or a struct. |
3+
| test.cpp:16:8:16:9 | E1 | This enumeration is an unscoped enum not enclosed in a class or a struct. |
4+
| test.cpp:17:8:17:8 | (unnamed enum) | This enumeration is an unscoped enum not enclosed in a class or a struct. |
5+
| test.cpp:23:10:23:11 | E3 | This enumeration is an unscoped enum not enclosed in a class or a struct. |
6+
| test.cpp:24:10:24:11 | E4 | This enumeration is an unscoped enum not enclosed in a class or a struct. |
7+
| test.cpp:31:8:31:14 | E_Anon1 | This enumeration is an unscoped enum not enclosed in a class or a struct. |
8+
| test.cpp:32:8:32:8 | (unnamed enum) | This enumeration is an unscoped enum not enclosed in a class or a struct. |
9+
| test.cpp:41:10:41:11 | E1 | This enumeration is an unscoped enum not enclosed in a class or a struct. |
10+
| test.cpp:76:8:76:9 | E1 | This enumeration is an unscoped enum not enclosed in a class or a struct. |
11+
| test.cpp:89:8:89:9 | E1 | This enumeration is an unscoped enum not enclosed in a class or a struct. |
12+
| test.cpp:90:8:90:8 | (unnamed enum) | This enumeration is an unscoped enum not enclosed in a class or a struct. |
13+
| test.cpp:101:10:101:11 | E1 | This enumeration is an unscoped enum not enclosed in a class or a struct. |
14+
| test.cpp:102:10:102:11 | E2 | This enumeration is an unscoped enum not enclosed in a class or a struct. |
15+
| test.cpp:105:12:105:13 | E3 | This enumeration is an unscoped enum not enclosed in a class or a struct. |
16+
| test.cpp:125:8:125:9 | E1 | This enumeration is an unscoped enum not enclosed in a class or a struct. |
17+
| test.cpp:126:8:126:8 | (unnamed enum) | This enumeration is an unscoped enum not enclosed in a class or a struct. |
18+
| test.cpp:133:10:133:11 | E1 | This enumeration is an unscoped enum not enclosed in a class or a struct. |
19+
| test.cpp:136:12:136:13 | E2 | This enumeration is an unscoped enum not enclosed in a class or a struct. |
20+
| test.cpp:145:10:145:11 | E1 | This enumeration is an unscoped enum not enclosed in a class or a struct. |

0 commit comments

Comments
 (0)