mirror of
https://github.com/ziglang/zig.git
synced 2026-02-17 14:59:14 +00:00
translate_c: move empty declaration test to test manifest
This commit is contained in:
parent
4300a9c417
commit
6997f82e02
6
test/cases/translate_c/empty declaration.c
Normal file
6
test/cases/translate_c/empty declaration.c
Normal file
@ -0,0 +1,6 @@
|
||||
;
|
||||
|
||||
// translate-c
|
||||
// c_frontend=clang,aro
|
||||
//
|
||||
//
|
||||
@ -519,10 +519,6 @@ pub fn addCases(cases: *tests.TranslateCContext) void {
|
||||
\\};
|
||||
});
|
||||
|
||||
cases.add("empty declaration",
|
||||
\\;
|
||||
, &[_][]const u8{""});
|
||||
|
||||
cases.add("#define hex literal with capital X",
|
||||
\\#define VAL 0XF00D
|
||||
, &[_][]const u8{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user