Skip to content

Commit 9a57716

Browse files
committed
add general initializer list tests
1 parent b7c3836 commit 9a57716

File tree

2 files changed

+261
-1
lines changed

2 files changed

+261
-1
lines changed

clang/test/AST/HLSL/matrix-constructors.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.0-compute -x hlsl -ast-dump -o - %s FileCheck %s
1+
// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.0-compute -x hlsl -ast-dump -o - %s | FileCheck %s
22

33
typedef float float2x1 __attribute__((matrix_type(2,1)));
44
typedef float float2x3 __attribute__((matrix_type(2,3)));

0 commit comments

Comments
 (0)