summaryrefslogtreecommitdiff
path: root/tests/functional/d/deprecated/dataclass_typecheck.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/d/deprecated/dataclass_typecheck.txt')
-rw-r--r--tests/functional/d/deprecated/dataclass_typecheck.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/d/deprecated/dataclass_typecheck.txt b/tests/functional/d/deprecated/dataclass_typecheck.txt
index 529f4aab9..e64b1fa80 100644
--- a/tests/functional/d/deprecated/dataclass_typecheck.txt
+++ b/tests/functional/d/deprecated/dataclass_typecheck.txt
@@ -1,5 +1,5 @@
invalid-sequence-index:32:6::Sequence index is not an int, slice, or instance with __index__:HIGH
-invalid-slice-index:36:0::Slice index is not an int, None, or instance with __index__:HIGH
+invalid-slice-index:36:10::Slice index is not an int, None, or instance with __index__:HIGH
not-callable:39:0::obj.attr1 is not callable:HIGH
invalid-unary-operand-type:44:6::"bad operand type for unary -: str":HIGH
unsupported-membership-test:51:11::Value 'obj.attr1' doesn't support membership test:HIGH