Skip to content

Commit

Permalink
Use internal validator for WaveMatrix67.hlsl test (#6191)
Browse files Browse the repository at this point in the history
Published validators do not have consistent error messages.
  • Loading branch information
hekota authored Jan 23, 2024
1 parent dcb618a commit 40853a5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// RUN: %dxc -E main -T cs_6_7 %s | FileCheck %s
// RUN: %dxc -E main -T cs_6_8 %s | FileCheck %s
// RUN: %dxc -E main -T cs_6_7 -select-validator internal %s | FileCheck %s
// RUN: %dxc -E main -T cs_6_8 -select-validator internal %s | FileCheck %s

// CHECK-NOT: define void @main()

Expand Down

0 comments on commit 40853a5

Please sign in to comment.