diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2018-09-14 18:56:30 -0400 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2018-09-14 19:08:59 -0400 |
| commit | 3f776af3fa58b47d15a81b17c15e5b0e1c5ccf28 (patch) | |
| tree | bdcbd8dcf83e452a6ef10de8e74899494fa4c21c /test/compile_errors.zig | |
| parent | 639c3811288b65173b3d9706b8e2001ee2419233 (diff) | |
| download | zig-3f776af3fa58b47d15a81b17c15e5b0e1c5ccf28.tar.gz zig-3f776af3fa58b47d15a81b17c15e5b0e1c5ccf28.zip | |
fix alignment of structs
closes #1248
closes #1052
closes #1154
Diffstat (limited to 'test/compile_errors.zig')
| -rw-r--r-- | test/compile_errors.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compile_errors.zig b/test/compile_errors.zig index 6bdbca9ff5..40afc6df2d 100644 --- a/test/compile_errors.zig +++ b/test/compile_errors.zig @@ -3444,7 +3444,7 @@ pub fn addCases(cases: *tests.CompileErrorContext) void { \\ \\export fn entry() usize { return @sizeOf(@typeOf(foo)); } , - ".tmp_source.zig:8:26: error: expected type '*const u3', found '*align(1:3:6) const u3'", + ".tmp_source.zig:8:26: error: expected type '*const u3', found '*align(:3:6) const u3'", ); cases.add( |
