blob: cf142e73a905206c805f1f465ee10f2cc870b6d9 [file] [log] [blame]
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:link_hook/link_hook.dart';
import 'package:test/test.dart';
void main() {
test('invoke native function', () {
// Tests are run in debug mode.
expect(difference(24, 18), 24 - 18);
});
}