Skip to content

Commit

Permalink
cases: tweaks for changed errors
Browse files Browse the repository at this point in the history
* Surprise, another language change! Discussed with Andrew as I was
  doing this branch; `@setAlignStack` should apply to the caller in
  inline calls, and having it multiple times should choose the max, like
  `@setEvalBranchQuota`.
* I made one error message make more sense cuz the type name was weird
  before :)
  • Loading branch information
mlugg authored and jacobly0 committed Aug 11, 2024
1 parent d1fa1b6 commit 1631b46
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 34 deletions.
22 changes: 0 additions & 22 deletions test/cases/compile_errors/setAlignStack_in_inline_function.zig

This file was deleted.

11 changes: 0 additions & 11 deletions test/cases/compile_errors/setAlignStack_set_twice.zig

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ test "enum" {
// target=native
// is_test=true
//
// :3:9: error: no field with value '@enumFromInt(5)' in enum 'test.enum.E'
// :3:9: error: no field with value '@enumFromInt(5)' in enum 'tmp.test.enum.E'
// :2:15: note: declared here

0 comments on commit 1631b46

Please sign in to comment.