summaryrefslogtreecommitdiffstats
path: root/tests/compute/globalTypeParamArrayShared.slang
diff options
context:
space:
mode:
authorTim Foley <tfoley@nvidia.com>2018-01-21 09:45:58 -0800
committerTim Foley <tfoley@nvidia.com>2018-01-21 09:45:58 -0800
commitf681a1505c98995683a7fbae7ce208dc5e444b9b (patch)
tree62927d4d2722b36c8e7eb4060e741b9032686835 /tests/compute/globalTypeParamArrayShared.slang
parentce879112cb16e3def1b8673104e7123b8b17ee2a (diff)
Add directive to ignore file for test runner
Diffstat (limited to 'tests/compute/globalTypeParamArrayShared.slang')
-rw-r--r--tests/compute/globalTypeParamArrayShared.slang1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/compute/globalTypeParamArrayShared.slang b/tests/compute/globalTypeParamArrayShared.slang
index 65d09f14e..ee3caa372 100644
--- a/tests/compute/globalTypeParamArrayShared.slang
+++ b/tests/compute/globalTypeParamArrayShared.slang
@@ -1,3 +1,4 @@
+//TEST_IGNORE_FILE:
interface IBase
{
float compute<T>(T g);