diff options
Diffstat (limited to 'lldb/tools/lldb-perf/lib/TestCase.h')
-rw-r--r-- | lldb/tools/lldb-perf/lib/TestCase.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lldb/tools/lldb-perf/lib/TestCase.h b/lldb/tools/lldb-perf/lib/TestCase.h index 707806bf157..e20eeb6fc19 100644 --- a/lldb/tools/lldb-perf/lib/TestCase.h +++ b/lldb/tools/lldb-perf/lib/TestCase.h @@ -1,10 +1,11 @@ +//===-- TestCase.h ----------------------------------------------*- C++ -*-===// // -// TestCase.h -// PerfTestDriver +// The LLVM Compiler Infrastructure // -// Created by Enrico Granata on 3/7/13. -// Copyright (c) 2013 Apple Inc. All rights reserved. +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. // +//===----------------------------------------------------------------------===// #ifndef __PerfTestDriver__TestCase__ #define __PerfTestDriver__TestCase__ |