aboutsummaryrefslogtreecommitdiff
path: root/test/standalone.zig
diff options
context:
space:
mode:
authorkcbanner <kcbanner@gmail.com>2023-07-13 01:14:31 -0400
committerkcbanner <kcbanner@gmail.com>2023-07-20 22:58:16 -0400
commitec96095efd8671ae280df15eaf73f63bf029fbfa (patch)
tree06308ef842ad3f6984f673d607fabebcbed28a7b /test/standalone.zig
parent7d8b4234774200ff071103399613ed444280a8d0 (diff)
downloadzig-ec96095efd8671ae280df15eaf73f63bf029fbfa.tar.gz
zig-ec96095efd8671ae280df15eaf73f63bf029fbfa.zip
compilation: pass omit_frame_pointer through to builtin.zig
Renamed dwarf_unwinding -> stack_iterator to better reflect that it's not just DWARF unwinding. Added a test for unwinding with a frame pointer.
Diffstat (limited to 'test/standalone.zig')
-rw-r--r--test/standalone.zig4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/standalone.zig b/test/standalone.zig
index c9277e26a8..f52705f05f 100644
--- a/test/standalone.zig
+++ b/test/standalone.zig
@@ -231,8 +231,8 @@ pub const build_cases = [_]BuildCase{
.import = @import("standalone/zerolength_check/build.zig"),
},
.{
- .build_root = "test/standalone/dwarf_unwinding",
- .import = @import("standalone/dwarf_unwinding/build.zig"),
+ .build_root = "test/standalone/stack_iterator",
+ .import = @import("standalone/stack_iterator/build.zig"),
},
};