From f681a1505c98995683a7fbae7ce208dc5e444b9b Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Sun, 21 Jan 2018 09:45:58 -0800 Subject: Add directive to ignore file for test runner --- tests/compute/globalTypeParamArrayShared.slang | 1 + 1 file changed, 1 insertion(+) 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 g); -- cgit v1.2.3