mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Update hook_user_defines_test.dart
This commit is contained in:
parent
7190244dd8
commit
d71fb3f73f
@ -9,5 +9,6 @@ void main() {
|
||||
test('invoke native function', () {
|
||||
const magicValue = 1000;
|
||||
expect(sum(24, 18), 42 + magicValue);
|
||||
fail('does it fail in CI');
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user