summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp
diff options
context:
space:
mode:
authorEugene Zemtsov <ezemtsov@google.com>2018-05-01 03:06:05 +0000
committerEugene Zemtsov <ezemtsov@google.com>2018-05-01 03:06:05 +0000
commit09a1a39874d49c5a237c99a48757a5a49a3b011f (patch)
tree452f2d6d83cbd9e6a5e1ee0dd3e9530ad4608948 /lldb/packages/Python/lldbsuite/test/lang/cpp
parentc4f593ba1a72e0d9d74e440ea7e627e6b0f16689 (diff)
downloadbcm5719-llvm-09a1a39874d49c5a237c99a48757a5a49a3b011f.tar.gz
bcm5719-llvm-09a1a39874d49c5a237c99a48757a5a49a3b011f.zip
Fix type_lookup test to make buildbots happy
llvm-svn: 331242
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/type_lookup/Makefile2
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/type_lookup/TestCppTypeLookup.py (renamed from lldb/packages/Python/lldbsuite/test/lang/cpp/type_lookup/TestTypeLookup.py)2
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/type_lookup/main.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/type_lookup/Makefile b/lldb/packages/Python/lldbsuite/test/lang/cpp/type_lookup/Makefile
index cd9ca5c86d8..99bfa7e03b4 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/cpp/type_lookup/Makefile
+++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/type_lookup/Makefile
@@ -1,3 +1,3 @@
LEVEL = ../../../make
-C_SOURCES := main.c
+CXX_SOURCES := main.cpp
include $(LEVEL)/Makefile.rules
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/type_lookup/TestTypeLookup.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/type_lookup/TestCppTypeLookup.py
index 490c03be97b..8fb003bb650 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/cpp/type_lookup/TestTypeLookup.py
+++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/type_lookup/TestCppTypeLookup.py
@@ -10,7 +10,7 @@ import lldbsuite.test.lldbutil as lldbutil
from lldbsuite.test.lldbtest import *
from lldbsuite.test import decorators
-class TestTypeLookup(TestBase):
+class TestCppTypeLookup(TestBase):
mydir = TestBase.compute_mydir(__file__)
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/type_lookup/main.cpp b/lldb/packages/Python/lldbsuite/test/lang/cpp/type_lookup/main.cpp
index db8d412881e..b244e80962c 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/cpp/type_lookup/main.cpp
+++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/type_lookup/main.cpp
@@ -1,4 +1,4 @@
-//===-- main.c --------------------------------------------------*- C++ -*-===//
+//===-- main.cpp ------------------------------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
OpenPOWER on IntegriCloud