More fixes for 605, and adjust expected output
This commit is contained in:
7
examples/dynload/should_fail_2/prog/expected.605
Normal file
7
examples/dynload/should_fail_2/prog/expected.605
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
../Plugin.in:13:15:
|
||||
Couldn't match `Dynamic' against `(a, b)'
|
||||
Expected type: Dynamic
|
||||
Inferred type: (a, b)
|
||||
In the definition of `resource_dyn': resource_dyn = (typeOf v, unsafeCoerce v)
|
||||
failed
|
8
examples/dynload/should_fail_3/prog/expected.605
Normal file
8
examples/dynload/should_fail_3/prog/expected.605
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
../Plugin.in:12:15:
|
||||
Couldn't match `Dynamic' against `(a, b)'
|
||||
Expected type: Dynamic
|
||||
Inferred type: (a, b)
|
||||
In the definition of `resource_dyn':
|
||||
resource_dyn = (typeOf plugin, unsafeCoerce v)
|
||||
a.out: failed
|
Reference in New Issue
Block a user