mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Test updates
This commit is contained in:
parent
a0c605aa85
commit
07bb1952a7
@ -19,5 +19,7 @@ contract LoopFor2 {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning: (317-337): Error trying to invoke SMT solver.
|
||||
// Warning: (317-337): Assertion violation happens here
|
||||
// Warning: (341-360): Assertion violation happens here
|
||||
// Warning: (364-383): Assertion violation happens here
|
||||
|
@ -10,5 +10,6 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning: (163-184): Error trying to invoke SMT solver.
|
||||
// Warning: (188-209): Error trying to invoke SMT solver.
|
||||
// Warning: (188-209): Assertion violation happens here
|
||||
|
@ -10,5 +10,6 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning: (171-190): Error trying to invoke SMT solver.
|
||||
// Warning: (194-213): Error trying to invoke SMT solver.
|
||||
// Warning: (194-213): Assertion violation happens here
|
||||
|
@ -12,5 +12,4 @@ contract C
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning: (191-212): Error trying to invoke SMT solver.
|
||||
// Warning: (191-212): Assertion violation happens here
|
||||
|
@ -12,5 +12,4 @@ contract C
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning: (197-216): Error trying to invoke SMT solver.
|
||||
// Warning: (197-216): Assertion violation happens here
|
||||
|
@ -30,7 +30,6 @@ contract C
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// Warning: (670-690): Error trying to invoke SMT solver.
|
||||
// Warning: (397-417): Assertion violation happens here
|
||||
// Warning: (463-481): Assertion violation happens here
|
||||
// Warning: (533-557): Assertion violation happens here
|
||||
|
Loading…
Reference in New Issue
Block a user