Update hook_user_defines_test.dart

This commit is contained in:
Michael Goderbauer 2026-01-06 10:37:54 +01:00 committed by GitHub
parent 7190244dd8
commit d71fb3f73f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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');
});
}