zig/test
Andrew Kelley ad9040443c new compile errors for setGlobalAlign and setGlobalSection builtins
if you try to use them on an external variable or function
then you get a compile error, since the alignment/section
is set externally in this case.

closes #244
2017-04-22 12:54:00 -04:00
..
cases slicing now returns correct const-ness 2017-04-22 12:19:20 -04:00
assemble_and_link.zig convert assemble and link tests to zig build system 2017-04-19 14:00:12 -04:00
behavior.zig test framework supports name prefix and filter argument 2017-04-19 15:38:12 -04:00
build_examples.zig add example which exercises addObject in the zig build system 2017-04-21 02:26:48 -04:00
compare_output.zig rename @ptrcast to @ptrCast to follow convention 2017-04-21 10:39:13 -04:00
compile_errors.zig new compile errors for setGlobalAlign and setGlobalSection builtins 2017-04-22 12:54:00 -04:00
debug_safety.zig convert debug safety tests to zig build system 2017-04-19 14:41:59 -04:00
parseh.zig convert parseh tests to zig build system 2017-04-19 16:59:20 -04:00
tests.zig std.os.ChildProcess: fix closing wrong file descriptors 2017-04-22 11:36:42 -04:00