forked from OSchip/llvm-project
Fix type_lookup test to make buildbots happy
llvm-svn: 331242
This commit is contained in:
parent
c4f593ba1a
commit
09a1a39874
|
@ -1,3 +1,3 @@
|
||||||
LEVEL = ../../../make
|
LEVEL = ../../../make
|
||||||
C_SOURCES := main.c
|
CXX_SOURCES := main.cpp
|
||||||
include $(LEVEL)/Makefile.rules
|
include $(LEVEL)/Makefile.rules
|
||||||
|
|
|
@ -10,7 +10,7 @@ import lldbsuite.test.lldbutil as lldbutil
|
||||||
from lldbsuite.test.lldbtest import *
|
from lldbsuite.test.lldbtest import *
|
||||||
from lldbsuite.test import decorators
|
from lldbsuite.test import decorators
|
||||||
|
|
||||||
class TestTypeLookup(TestBase):
|
class TestCppTypeLookup(TestBase):
|
||||||
|
|
||||||
mydir = TestBase.compute_mydir(__file__)
|
mydir = TestBase.compute_mydir(__file__)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
//===-- main.c --------------------------------------------------*- C++ -*-===//
|
//===-- main.cpp ------------------------------------------------*- C++ -*-===//
|
||||||
//
|
//
|
||||||
// The LLVM Compiler Infrastructure
|
// The LLVM Compiler Infrastructure
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue