diff options
Diffstat (limited to 'unittests/TestMain.cpp')
-rw-r--r-- | unittests/TestMain.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/unittests/TestMain.cpp b/unittests/TestMain.cpp index 9a64a4af..4f43342f 100644 --- a/unittests/TestMain.cpp +++ b/unittests/TestMain.cpp @@ -1,6 +1,6 @@ //===--- unittests/TestMain.cpp - unittest driver -------------------------===// // -// The LLVM Compiler Infrastructure +// The KLEE Symbolic Virtual Machine // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. @@ -9,11 +9,6 @@ #include "gtest/gtest.h" -// WARNING: If LLVM's gtest_main target is reused -// or is built from LLVM's source tree, -// this file is ignored. Instead, LLVM's -// utils/unittest/UnitTestMain/TestMain.cpp -// is used. int main(int argc, char **argv) { testing::InitGoogleTest(&argc, argv); |