Skip to content

Commit 6c375ae

Browse files
committed
Fix attr-nomerge.cpp with fixed triple
1 parent 9373a43 commit 6c375ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGen/attr-nomerge.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-llvm %s -fms-extensions -o - | FileCheck %s
1+
// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -emit-llvm %s -fms-extensions -o - | FileCheck %s
22

33
class A {
44
public:

0 commit comments

Comments
 (0)