Flutter Engine
 
Loading...
Searching...
No Matches
fixture_test.cc
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
6
7#include <utility>
8
10
11namespace flutter::testing {
12
14
15FixtureTest::FixtureTest(std::string kernel_filename,
16 std::string elf_filename,
17 std::string elf_split_filename)
18 : DartFixture(std::move(kernel_filename),
19 std::move(elf_filename),
20 std::move(elf_split_filename)) {}
21
22} // namespace flutter::testing
Definition ref_ptr.h:261