diff options
Diffstat (limited to 'test/CodeGen/wasm-arguments.c')
-rw-r--r-- | test/CodeGen/wasm-arguments.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/wasm-arguments.c b/test/CodeGen/wasm-arguments.c index 9283dd5d15f9f..cd3f45ab1a7e5 100644 --- a/test/CodeGen/wasm-arguments.c +++ b/test/CodeGen/wasm-arguments.c @@ -54,7 +54,6 @@ void f5(char a, short b) {} // WEBASSEMBLY64: define void @f6(i8 zeroext %a, i16 zeroext %b) void f6(unsigned char a, unsigned short b) {} - enum my_enum { ENUM1, ENUM2, |