removed ctags tests

This commit is contained in:
manasij7479 2014-06-08 03:25:46 +05:30 committed by sftnight
parent db964bfcfc
commit 236172318f
3 changed files with 0 additions and 54 deletions

View File

@ -1,25 +0,0 @@
//------------------------------------------------------------------------------
// CLING - the C++ LLVM-based InterpreterG :)
//
// This file is dual-licensed: you can choose to license it under the University
// of Illinois Open Source License or the GNU Lesser General Public License. See
// LICENSE.TXT for details.
//------------------------------------------------------------------------------
// RUN: cat %s | %cling -I %S -Xclang -verify
// Test LookupTest
#include "cling/TagsExtension/TagManager.h"
#include "cling/TagsExtension/Callback.h"
cling::TagManager t;
gCling->setCallbacks(new cling::AutoloadCallback(gCling,&t));
.T TestHeader.h
TestClass t;
//expected-warning + {{}}
//expected-note + {{}}
//expected-error {{}}
.q

View File

@ -1,28 +0,0 @@
//------------------------------------------------------------------------------
// CLING - the C++ LLVM-based InterpreterG :)
//
// This file is dual-licensed: you can choose to license it under the University
// of Illinois Open Source License or the GNU Lesser General Public License. See
// LICENSE.TXT for details.
//------------------------------------------------------------------------------
// RUN: cat %s | %cling -I %S 2>&1 | FileCheck %s
// Test NoDups
#include "cling/TagsExtension/TagManager.h"
#include "cling/TagsExtension/Callback.h"
cling::TagManager t;
gCling->setCallbacks(new cling::AutoloadCallback(gCling,&t));
.T TestHeader.h
.T TestHeader.h
.T TestHeader.h
t.size()
//CHECK: (std::size_t) 1
.q

View File

@ -1 +0,0 @@
class TestClass{};