Skip to content

Commit f927f84

Browse files
authored
Bump flutter and re-enable int properties test (#9842)
1 parent 5122355 commit f927f84

36 files changed

Lines changed: 4 additions & 5 deletions

flutter-candidate.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
02a06a851ff3d25e353f5f33f46c47f179e70467
1+
f3a4b989783497d9c904b7f0363886248c9175e4

packages/devtools_app/test/screens/debugger/debugger_evaluation_test.dart

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,6 @@ void main() {
261261

262262
test(
263263
'returns no operators for int',
264-
// Temporarily skip this test while Flutter gets a Dart SDK with new
265-
// properties on 'int'.
266-
skip: true,
267264
() async {
268265
await runMethodAndWaitForPause(
269266
'AnotherClass().pauseWithScopedVariablesMethod()',
@@ -278,6 +275,8 @@ void main() {
278275
'bitLength',
279276
'toString',
280277
'remainder',
278+
'trailingZeroBitCount',
279+
'oneBitCount',
281280
'abs',
282281
'sign',
283282
'isEven',
-389 Bytes
Loading
0 Bytes
Loading
0 Bytes
Loading
0 Bytes
Loading
0 Bytes
Loading
0 Bytes
Loading
0 Bytes
Loading
-330 Bytes
Loading

0 commit comments

Comments
 (0)