-
-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
test_std_types_pkg with VCS is failed like below:
[INFO ] Compiling test (test_std_types_pkg)
[INFO ] Executing test (test_std_types_pkg)
error detected
error detected
error detected
error detected
[ERROR] Failed test (test_std_types_pkg)
[ERROR] Completed tests : 0 passed, 1 failed
The failed point is
veryl/crates/std/veryl/src/pkg/types.veryl
Lines 86 to 88 in bbc5d9a
| VARIABLE = 'x; \ | |
| assert(VARIABLE === '0) \ | |
| else $error("error detected"); \ |
assert(VARIABLE == '0) is OK.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working