From 64ddefb90cf440df7879d1f2f9cc61de71e0f181 Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Fri, 13 Oct 2017 18:14:42 -0700 Subject: Move reflection JSON generation into separate text fixture (#211) Move reflection JSON generation into separate test fixture --- tests/reflection/multi-file.hlsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/reflection/multi-file.hlsl') diff --git a/tests/reflection/multi-file.hlsl b/tests/reflection/multi-file.hlsl index 47264f2ec..3282c12f4 100644 --- a/tests/reflection/multi-file.hlsl +++ b/tests/reflection/multi-file.hlsl @@ -1,4 +1,4 @@ -//TEST:SIMPLE:-profile ps_4_0 -entry mainFS -target hlsl -target reflection-json tests/reflection/multi-file-extra.hlsl -profile vs_4_0 -entry mainVS +//TEST:REFLECTION:-profile ps_4_0 -entry mainFS -target hlsl tests/reflection/multi-file-extra.hlsl -profile vs_4_0 -entry mainVS // Here we are testing the case where multiple translation units are provided // at once, so that we want combined reflection information for the resulting -- cgit v1.2.3