blob: 98a4619232a1aefa25c588291afc6a5c6d7dc838 [file] [log] [blame]
// Copyright 2016 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SRC_GRAPHICS_TESTS_ICD_LOAD_ICD_LOAD_H_
#define SRC_GRAPHICS_TESTS_ICD_LOAD_ICD_LOAD_H_
#include <gtest/gtest.h>
class IcdLoadTest {
public:
static void LoadIcd();
};
#endif // SRC_GRAPHICS_TESTS_ICD_LOAD_ICD_LOAD_H_