Fix type_lookup test to make buildbots happy

llvm-svn: 331242
This commit is contained in:
Eugene Zemtsov 2018-05-01 03:06:05 +00:00
parent c4f593ba1a
commit 09a1a39874
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
LEVEL = ../../../make LEVEL = ../../../make
C_SOURCES := main.c CXX_SOURCES := main.cpp
include $(LEVEL)/Makefile.rules include $(LEVEL)/Makefile.rules

View File

@ -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__)

View File

@ -1,4 +1,4 @@
//===-- main.c --------------------------------------------------*- C++ -*-===// //===-- main.cpp ------------------------------------------------*- C++ -*-===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //