Skip to content

Commit b273d0f

Browse files
committed
Deviations: Update expected tests
1 parent 9e35e59 commit b273d0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: cpp/common/test/deviations/deviations_basic_test/TypeLongDoubleUsed.expected

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
| attribute_syntax.cpp:6:15:6:17 | dd1 | Use of long double type. |
22
| attribute_syntax.cpp:21:15:21:17 | d10 | Use of long double type. |
33
| attribute_syntax.cpp:29:15:29:17 | d14 | Use of long double type. |
4-
| attribute_syntax.cpp:33:20:33:22 | d16 | Use of long double type. |
4+
| attribute_syntax.cpp:34:20:34:22 | d16 | Use of long double type. |
55
| attribute_syntax.cpp:55:15:55:16 | d1 | Use of long double type. |
66
| attribute_syntax.cpp:57:17:57:18 | d2 | Use of long double type. |
77
| attribute_syntax.cpp:60:17:60:18 | d3 | Use of long double type. |

Diff for: cpp/common/test/deviations/deviations_basic_test/UnusedReturnValue.expected

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
| attribute_syntax.cpp:24:5:24:8 | call to getZ | Return value from call to $@ is unused. | attribute_syntax.cpp:1:5:1:8 | getZ | getZ |
55
| attribute_syntax.cpp:26:5:26:8 | call to getZ | Return value from call to $@ is unused. | attribute_syntax.cpp:1:5:1:8 | getZ | getZ |
66
| attribute_syntax.cpp:30:3:30:6 | call to getZ | Return value from call to $@ is unused. | attribute_syntax.cpp:1:5:1:8 | getZ | getZ |
7-
| attribute_syntax.cpp:41:3:41:6 | call to getZ | Return value from call to $@ is unused. | attribute_syntax.cpp:1:5:1:8 | getZ | getZ |
7+
| attribute_syntax.cpp:42:3:42:6 | call to getZ | Return value from call to $@ is unused. | attribute_syntax.cpp:1:5:1:8 | getZ | getZ |
88
| attribute_syntax.cpp:49:5:49:8 | call to getZ | Return value from call to $@ is unused. | attribute_syntax.cpp:1:5:1:8 | getZ | getZ |
99
| attribute_syntax.cpp:61:5:61:8 | call to getZ | Return value from call to $@ is unused. | attribute_syntax.cpp:1:5:1:8 | getZ | getZ |
1010
| main.cpp:12:3:12:6 | call to getX | Return value from call to $@ is unused. | main.cpp:8:5:8:8 | getX | getX |

0 commit comments

Comments
 (0)