Skip to content

Commit

Permalink
remove because redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif committed Jul 11, 2024
1 parent 2f22db2 commit b6ee8dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/run-drun/clone.mo
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ actor Cloner {
await Cycles.provisional_top_up_actor(Cloner, 100_000_000_000_000);

// create the original Cloneable object
Cycles.add<system>(10_000_000_000_000); // FIXME: remove (arrives in `async.ml`)
let c0 : Lib.Cloneable = await (with cycles = 10_000_000_000_000) makeCloneable(0);
await (with cycles = 42_000_000) c0.someMethod(); // prints 1
Prim.debugPrint(debug_show(Prim.principalOfActor c0));
Expand Down

0 comments on commit b6ee8dd

Please sign in to comment.