diff options
| author | Yong He <yhe@nvidia.com> | 2020-06-04 14:04:54 -0700 |
|---|---|---|
| committer | Yong He <yhe@nvidia.com> | 2020-06-04 14:04:54 -0700 |
| commit | 5e52b339f3e021cf8b68be56d1f3ff1d548a038f (patch) | |
| tree | 2d5d344f7821cac708c5b2869e283be89a0fed3d /tests/cross-compile/loop-attribs.slang | |
| parent | 4e2f2771eb2f8991014d957848a6a25aa49c0aaf (diff) | |
Change loop-attrib test case to CROSS_COMPILE per review comments
Diffstat (limited to 'tests/cross-compile/loop-attribs.slang')
| -rw-r--r-- | tests/cross-compile/loop-attribs.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cross-compile/loop-attribs.slang b/tests/cross-compile/loop-attribs.slang index ddedb67df..4336698c0 100644 --- a/tests/cross-compile/loop-attribs.slang +++ b/tests/cross-compile/loop-attribs.slang @@ -1,7 +1,7 @@ // loop-attribs.slang // Test that loop attributes are correctly emitted to the resulting HLSL. -//TEST:SIMPLE:-target hlsl -entry main -stage fragment -profile sm_6_0 +//TEST:CROSS_COMPILE:-target dxil-assembly -entry main -stage fragment -profile sm_6_0 float4 main() : SV_Target { |
