Skip to content

Commit

Permalink
update test outputs again
Browse files Browse the repository at this point in the history
  • Loading branch information
brmataptos committed Oct 18, 2024
1 parent 5328efc commit d3254ad
Showing 1 changed file with 3 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
comparison between v1 and v2 failed:
= processed 2 tasks
=
+ task 1 'run'. lines 16-22:
+ Error: compilation errors:
+ error: unbound module
+ ┌─ TEMPFILE1:18:9
+ │
+ 18 │ use 0x42::M;
+ │ ^^^^^^^ Invalid 'use'. Unbound module: '0x42::M'
+
+ error: unbound module
+ ┌─ TEMPFILE1:20:9
+ │
+ 20 │ M::test_resource(&account)
+ │ ^ Unbound module or type alias 'M'
+
+
+
processed 2 tasks

==> Compiler v2 delivered same results!

0 comments on commit d3254ad

Please sign in to comment.