Skip to content

Commit 19fb73c

Browse files
committed
C++: Update tests after frontend changes
1 parent 8f9a73e commit 19fb73c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
| file://:0:0:0:0 | There was an error during this compilation |
22
| float128.cpp:1:39:1:39 | 128-bit floating-point types are not supported in this configuration |
3-
| float128.cpp:2:30:2:30 | an attribute specifies a mode incompatible with '<error-type>' |
4-
| float128.cpp:2:41:2:41 | invalid combination of type specifiers |
3+
| float128.cpp:2:30:2:30 | 128-bit floating-point types are not supported in this configuration |

cpp/ql/test/library-tests/floats/float128/usertypes.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
| float128.cpp:1:50:1:60 | _Complex128 | file://:0:0:0:0 | <error-type> |
2+
| float128.cpp:2:41:2:49 | _Float128 | file://:0:0:0:0 | <error-type> |
23
| float128.cpp:13:29:13:54 | __is_floating_point_helper<T> | float128.cpp:10:8:10:17 | false_type |
34
| float128.cpp:14:19:14:51 | __is_floating_point_helper<float> | float128.cpp:11:8:11:16 | true_type |
45
| float128.cpp:15:19:15:52 | __is_floating_point_helper<double> | float128.cpp:11:8:11:16 | true_type |

0 commit comments

Comments
 (0)