Skip to content

Commit b2401a1

Browse files
committed
fix broken tests
1 parent 670a8de commit b2401a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/samples/misc_08.instrumented.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// This file is auto-generated by Scribble and shouldn't be edited directly.
22
/// Use --disarm prior to make any changes.
3-
pragma solidity 0.8.28;
3+
pragma solidity 0.8.29;
44

55
enum A {
66
A,

test/samples/unicode.instrumented.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// This file is auto-generated by Scribble and shouldn't be edited directly.
22
/// Use --disarm prior to make any changes.
3-
pragma solidity 0.8.28;
3+
pragma solidity 0.8.29;
44

55
/// 😀😀😀😀😀😀😀
66
/// #invariant "😀😀😀😀😀😀😀" true;

0 commit comments

Comments
 (0)