blob: 6baefd23f2fbd2716c4ada7f19d5824d3060f898 [file] [log] [blame]
//===---- DriverUtilsTests.cpp --------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include <iostream>
#include <map>
#include <set>
// nothing here yet (stub)
#include "gtest/gtest.h"
#include "DiffUtils.h"
using namespace goBackendUnitTests;
namespace {
TEST(DriverUtilsTests, Empty) {
// To be filled in later.
}
} // namespace