Skip to content

Commit

Permalink
Accept new test output
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanasa committed Jul 19, 2024
1 parent 4b95c4f commit 1e7ccb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions test/fail/ok/no-timer-canc.tc.ok
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ no-timer-canc.mo:3.10-3.21: type error [M0119], object field cancelTimer is not
};
Array_init : <T>(Nat, T) -> [var T];
Array_tabulate : <T>(Nat, Nat -> T) -> [T];
Ret : <T>() -> T;
Types :
module {
type Any = Any;
Expand Down Expand Up @@ -74,7 +73,7 @@ no-timer-canc.mo:3.10-3.21: type error [M0119], object field cancelTimer is not
clzNat32 : Nat32 -> Nat32;
clzNat64 : Nat64 -> Nat64;
clzNat8 : Nat8 -> Nat8;
componentCall : Blob -> Nat32;
componentCall : Blob -> Blob;
cos : Float -> Float;
createActor : (Blob, Blob) -> async Principal;
ctzInt16 : Int16 -> Int16;
Expand All @@ -99,7 +98,6 @@ no-timer-canc.mo:3.10-3.21: type error [M0119], object field cancelTimer is not
error : Text -> Error;
errorCode : Error -> ErrorCode;
errorMessage : Error -> Text;
exists : <T>(T -> Bool) -> Bool;
exp : Float -> Float;
floatAbs : Float -> Float;
floatCeil : Float -> Float;
Expand All @@ -114,7 +112,6 @@ no-timer-canc.mo:3.10-3.21: type error [M0119], object field cancelTimer is not
floatToInt64 : Float -> Int64;
floatToText : Float -> Text;
floatTrunc : Float -> Float;
forall : <T>(T -> Bool) -> Bool;
getCertificate : () -> ?Blob;
hashBlob : Blob -> Nat32;
idlHash : Text -> Nat32;
Expand Down
5 changes: 1 addition & 4 deletions test/fail/ok/no-timer-set.tc.ok
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ no-timer-set.mo:3.10-3.18: type error [M0119], object field setTimer is not cont
};
Array_init : <T>(Nat, T) -> [var T];
Array_tabulate : <T>(Nat, Nat -> T) -> [T];
Ret : <T>() -> T;
Types :
module {
type Any = Any;
Expand Down Expand Up @@ -74,7 +73,7 @@ no-timer-set.mo:3.10-3.18: type error [M0119], object field setTimer is not cont
clzNat32 : Nat32 -> Nat32;
clzNat64 : Nat64 -> Nat64;
clzNat8 : Nat8 -> Nat8;
componentCall : Blob -> Nat32;
componentCall : Blob -> Blob;
cos : Float -> Float;
createActor : (Blob, Blob) -> async Principal;
ctzInt16 : Int16 -> Int16;
Expand All @@ -99,7 +98,6 @@ no-timer-set.mo:3.10-3.18: type error [M0119], object field setTimer is not cont
error : Text -> Error;
errorCode : Error -> ErrorCode;
errorMessage : Error -> Text;
exists : <T>(T -> Bool) -> Bool;
exp : Float -> Float;
floatAbs : Float -> Float;
floatCeil : Float -> Float;
Expand All @@ -114,7 +112,6 @@ no-timer-set.mo:3.10-3.18: type error [M0119], object field setTimer is not cont
floatToInt64 : Float -> Int64;
floatToText : Float -> Text;
floatTrunc : Float -> Float;
forall : <T>(T -> Bool) -> Bool;
getCertificate : () -> ?Blob;
hashBlob : Blob -> Nat32;
idlHash : Text -> Nat32;
Expand Down

0 comments on commit 1e7ccb2

Please sign in to comment.