diff options
| author | Yong He <yonghe@outlook.com> | 2024-09-05 11:24:19 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-05 11:24:19 -0700 |
| commit | d655302465457c5d3285ae5339201a0769cc38dc (patch) | |
| tree | 4c0946ba4ea4879831133370d2203f569c135c35 /tests/bugs/parser-infinite-loop.slang | |
| parent | a88055c6f5190ca62bb4aa853b4f0fa11546278f (diff) | |
Support `where` clause and type equality constraint. (#4986)
* Support `where` clause.
* Fix.
* Fix parser.
* Enhance test to cover traditional __generic syntax.
* Update user-guide.
* Support `where` clause on associatedtype.
* Fix.
* Put in more comments.
Diffstat (limited to 'tests/bugs/parser-infinite-loop.slang')
| -rw-r--r-- | tests/bugs/parser-infinite-loop.slang | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/bugs/parser-infinite-loop.slang b/tests/bugs/parser-infinite-loop.slang index 70abc9260..036202c4a 100644 --- a/tests/bugs/parser-infinite-loop.slang +++ b/tests/bugs/parser-infinite-loop.slang @@ -1,5 +1,6 @@ -//DIAGNOSTIC_TEST:SIMPLE: +//DIAGNOSTIC_TEST:SIMPLE(filecheck=CHECK): +// CHECK: error 20001: struct test { float3 field; |
