@@ -34,9 +34,9 @@ public void noParameters()
34
34
public void referencedBuiltInType ()
35
35
{
36
36
final String [] errors = {
37
- "referenced_builtin_type_error.zs:3:9: See 'uint32' definition here: " ,
38
- "referenced_builtin_type_error.zs:3:16: See subtype 'Item' definition here: " ,
39
- "referenced_builtin_type_error.zs:5:14: See subtype 'Subtype' definition here: " ,
37
+ "referenced_builtin_type_error.zs:3:9: See 'uint32' definition here" ,
38
+ "referenced_builtin_type_error.zs:3:16: See subtype 'Item' definition here" ,
39
+ "referenced_builtin_type_error.zs:5:14: See subtype 'Subtype' definition here" ,
40
40
"referenced_builtin_type_error.zs:10:5: " +
41
41
"Referenced type 'Subtype' is not a parameterized type!"
42
42
};
@@ -47,7 +47,7 @@ public void referencedBuiltInType()
47
47
public void referencedEnumType ()
48
48
{
49
49
final String [] errors = {
50
- "referenced_enum_type_error.zs:3:13: See 'Item' definition here: " ,
50
+ "referenced_enum_type_error.zs:3:13: See 'Item' definition here" ,
51
51
"referenced_enum_type_error.zs:12:5: " +
52
52
"Referenced type 'Item' is not a parameterized type!"
53
53
};
@@ -58,7 +58,7 @@ public void referencedEnumType()
58
58
public void referencedNonParameterizedType ()
59
59
{
60
60
final String [] errors = {
61
- "referenced_non_parameterized_type_error.zs:3:8: See 'Item' definition here: " ,
61
+ "referenced_non_parameterized_type_error.zs:3:8: See 'Item' definition here" ,
62
62
"referenced_non_parameterized_type_error.zs:12:5: " +
63
63
"Referenced type 'Item' is not a parameterized type!"
64
64
};
@@ -69,7 +69,7 @@ public void referencedNonParameterizedType()
69
69
public void referencedParameterizedType ()
70
70
{
71
71
final String [] errors = {
72
- "referenced_parameterized_type_error.zs:3:8: See 'Item' definition here: " ,
72
+ "referenced_parameterized_type_error.zs:3:8: See 'Item' definition here" ,
73
73
"referenced_parameterized_type_error.zs:12:5: " +
74
74
"Referenced type 'Item' is defined as parameterized type!"
75
75
};
@@ -120,7 +120,7 @@ public void wrongEnumArgumentType()
120
120
public void tooFewArguments ()
121
121
{
122
122
final String [] errors = {
123
- "too_few_arguments_error.zs:3:8: See 'Item' definition here: " ,
123
+ "too_few_arguments_error.zs:3:8: See 'Item' definition here" ,
124
124
"too_few_arguments_error.zs:13:5: " +
125
125
"Parameterized type instantiation of 'Item' has too few arguments! Expecting 2, got 1!"
126
126
};
@@ -131,9 +131,9 @@ public void tooFewArguments()
131
131
public void tooManyArguments ()
132
132
{
133
133
final String [] errors = {
134
- "too_many_arguments_error.zs:3:8: See 'Item' definition here: " ,
135
- "too_many_arguments_error.zs:9:26: See template instantiation 'ItemU16' definition here: " ,
136
- "too_many_arguments_error.zs:11:17: See subtype 'Subtype' definition here: " ,
134
+ "too_many_arguments_error.zs:3:8: See 'Item' definition here" ,
135
+ "too_many_arguments_error.zs:9:26: See template instantiation 'ItemU16' definition here" ,
136
+ "too_many_arguments_error.zs:11:17: See subtype 'Subtype' definition here" ,
137
137
"too_many_arguments_error.zs:17:5: " +
138
138
"Parameterized type instantiation of 'Subtype' has too many arguments! Expecting 1, got 2!"
139
139
};
0 commit comments