Skip to content

Commit c0c2ba1

Browse files
committed
fixup! specify triple explicitly
1 parent 27405d6 commit c0c2ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/SymbolFile/DWARF/explicit-member-function-quals.cpp renamed to lldb/test/Shell/SymbolFile/DWARF/x86/explicit-member-function-quals.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Tests that we correctly deduce the CV-quals and storage
44
// class of explicit object member functions.
55
//
6-
// RUN: %clangxx_host %s -g -std=c++23 -c -o %t
6+
// RUN: %clangxx_host %s -triple x86_64-pc-linux -g -std=c++23 -c -o %t
77
// RUN: %lldb %t -b -o "type lookup Foo" 2>&1 | FileCheck %s
88
//
99
// CHECK: (lldb) type lookup Foo

0 commit comments

Comments
 (0)