summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim Foley <tfoleyNV@users.noreply.github.com>2017-09-12 11:25:16 -0700
committerGitHub <noreply@github.com>2017-09-12 11:25:16 -0700
commit3763ca90479338f26b30a0147e8d41512c38e0cd (patch)
treea68fc0d963e434d554c67019b87adf81d899c1f9 /tests
parentb0b076357f0869c0483fad6c456d6079e5a52610 (diff)
parent2e0f8f28a781c285e96670e515d8fab24c484ce8 (diff)
Merge pull request #181 from tfoleyNV/ir-lowering-work
Get IR working for `AdaptiveTessellationCS40/Render` test
Diffstat (limited to 'tests')
-rw-r--r--tests/hlsl/dxsdk/AdaptiveTessellationCS40/Render.hlsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hlsl/dxsdk/AdaptiveTessellationCS40/Render.hlsl b/tests/hlsl/dxsdk/AdaptiveTessellationCS40/Render.hlsl
index c106c46e7..2fc3536c1 100644
--- a/tests/hlsl/dxsdk/AdaptiveTessellationCS40/Render.hlsl
+++ b/tests/hlsl/dxsdk/AdaptiveTessellationCS40/Render.hlsl
@@ -1,4 +1,4 @@
-//TEST(smoke):COMPARE_HLSL: -profile vs_4_0 -entry RenderBaseVS -profile ps_4_0 -entry RenderPS -target dxbc-assembly
+//TEST(smoke):COMPARE_HLSL: -use-ir -profile vs_4_0 -entry RenderBaseVS -profile ps_4_0 -entry RenderPS -target dxbc-assembly
//--------------------------------------------------------------------------------------
// File: Render.hlsl
//