zig/test/standalone
Andrew Kelley b735764898
different array literal syntax when inferring the size
old syntax:  []i32{1, 2, 3}
new syntax: [_]i32{1, 2, 3}

closes #1797
2019-06-09 19:26:32 -04:00
..
brace_expansion std.debug.assert: remove special case for test builds 2019-02-08 18:23:38 -05:00
empty_env tests passing on linux 2019-05-26 23:35:26 -04:00
issue_339 New Zig formal grammar (#1685) 2018-11-13 05:08:37 -08:00
issue_794 std.debug.assert: remove special case for test builds 2019-02-08 18:23:38 -05:00
load_dynamic_library update load dynamic library test for std lib changes 2019-05-30 00:04:11 -04:00
main_pkg_path compile error for import outside package path 2019-03-02 10:38:27 -05:00
pkg_import breaking changes to zig build API and improved caching 2019-03-08 23:23:11 -05:00
static_c_lib different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
use_alias run zig fmt to update use to usingnamespace 2019-05-29 19:09:58 -04:00