From de8dbdd778afa876efd9143e302e76c3dfc87ee0 Mon Sep 17 00:00:00 2001 From: Yong He Date: Mon, 30 Nov 2020 08:59:02 -0800 Subject: Re-enable `interface-shader-param` tests. (#1614) --- tests/compute/interface-shader-param2.slang | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/compute/interface-shader-param2.slang') diff --git a/tests/compute/interface-shader-param2.slang b/tests/compute/interface-shader-param2.slang index b276dae99..6b33b4302 100644 --- a/tests/compute/interface-shader-param2.slang +++ b/tests/compute/interface-shader-param2.slang @@ -4,8 +4,7 @@ // concrete types that have data within them, instead of // just empty types. -// Note: D3D11 test disabled because of missing `uint64_t`; re-enable when `uint2` used instead. -//DISABLE_TEST(compute):COMPARE_COMPUTE_EX:-slang -compute +//TEST(compute):COMPARE_COMPUTE_EX:-slang -compute //TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -dx12 -profile sm_6_0 -use-dxil //TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute -- cgit v1.2.3