summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTim Foley <tfoleyNV@users.noreply.github.com>2017-06-26 14:31:31 -0700
committerGitHub <noreply@github.com>2017-06-26 14:31:31 -0700
commit8824b102a5dd5ac1f08daedd897b5994b1bf8b6d (patch)
tree3669bf42ed6e971cde176cb422beab6c53158e8c /tests
parent0259ddb0a72d3b12278404847f6e30b63e97cfc3 (diff)
parent7d97d424c0a754ec49cccfc8af6c8983e0d06d80 (diff)
Merge pull request #44 from tfoleyNV/string-literal-parsing-fix
Fix parsing of string literals.
Diffstat (limited to 'tests')
-rw-r--r--tests/hlsl/dxsdk/SimpleBezier11/SimpleBezier11.hlsl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/hlsl/dxsdk/SimpleBezier11/SimpleBezier11.hlsl b/tests/hlsl/dxsdk/SimpleBezier11/SimpleBezier11.hlsl
index 7b7a1489c..5558449d2 100644
--- a/tests/hlsl/dxsdk/SimpleBezier11/SimpleBezier11.hlsl
+++ b/tests/hlsl/dxsdk/SimpleBezier11/SimpleBezier11.hlsl
@@ -1,4 +1,3 @@
-//TEST_IGNORE_FILE: Currently failing due to Spire compiler issues.
//TEST:COMPARE_HLSL: -target dxbc-assembly -profile vs_4_0 -entry BezierVS -profile hs_5_0 -entry BezierHS -profile ds_5_0 -entry BezierDS -profile ps_4_0 -entry BezierPS -entry SolidColorPS
//--------------------------------------------------------------------------------------
// File: SimpleBezier11.hlsl