Skip to content

Commit 4480f26

Browse files
committed
Fix failing test case for _Countof
Test just needs an explicit triple that was missed.
1 parent d584cea commit 4480f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/C/C2y/n3369_2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 5
2-
// RUN: %clang_cc1 -std=c2y -emit-llvm -o - %s | FileCheck %s
2+
// RUN: %clang_cc1 -std=c2y -triple x86_64-unknown-unknown -emit-llvm -o - %s | FileCheck %s
33

44
// This tests the codegen behavior for _Countof.
55
// CHECK-LABEL: define dso_local i32 @test1(

0 commit comments

Comments
 (0)