mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-06-17 03:38:35 +08:00
Summary: Trivial rename Reviewed By: fkgozali Differential Revision: D14011984 fbshipit-source-id: dd2e7e0221bdad7b482c6a39b1cc877779c9704c
15 lines
280 B
C++
15 lines
280 B
C++
/**
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
#include <memory>
|
|
|
|
#include <gtest/gtest.h>
|
|
|
|
TEST(ImageTest, testSomething) {
|
|
// TODO
|
|
}
|