HLSL: Fix hull-shader test.
diff --git a/Test/hlsl.hull.void.tesc b/Test/hlsl.hull.void.tesc
index 971d613..c96ecb4 100644
--- a/Test/hlsl.hull.void.tesc
+++ b/Test/hlsl.hull.void.tesc
@@ -19,7 +19,7 @@
 
 [domain("tri")]
 [partitioning("fractional_even")]
-[outputtopology("line")]
+[outputtopology("triangle_ccw")]
 [outputcontrolpoints(3)]
 [patchconstantfunc("PCF")]
 HS_OUT main(InputPatch<VS_OUT, 3> ip)