Skip to content

Commit

Permalink
Small adjustment for test
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-blaeser committed Jan 9, 2025
1 parent db79cd9 commit e37e17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-drun/generic-stable-function/version1.mo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Prim "mo:prim";

actor {
Prim.debugPrint("Version 0");
Prim.debugPrint("Version 1");

func outer<T>(x : T, op : stable T -> ()) : stable () -> () {
func inner() {
Expand Down

0 comments on commit e37e17b

Please sign in to comment.