diff --git a/src/analysis/asm_style.d b/src/analysis/asm_style.d index 4f1728f..df0e06e 100644 --- a/src/analysis/asm_style.d +++ b/src/analysis/asm_style.d @@ -52,7 +52,7 @@ unittest add near ptr [EAX], 3; } } - }c, ); + }c, sac); stderr.writeln("Unittest for AsmStyleCheck passed."); }