flutter-tizen / engine

The Flutter engine
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
6 stars 19 forks source link

Remove stale test code #252

Closed swift-kim closed 2 years ago

swift-kim commented 2 years ago

The current test code for FlutterTizenEngine is confusing because two different test patterns (mock_engine.cc-based and MOCK_ENGINE_PROC-based) are being used simultaneously. We should only use a single consistent pattern.

swift-kim commented 2 years ago

@bbrto21