removed ctags tests
This commit is contained in:
parent
db964bfcfc
commit
236172318f
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
class TestClass{};
|
Loading…
x
Reference in New Issue
Block a user