From: Michael D. Lowis Date: Fri, 24 Oct 2014 15:30:22 +0000 (-0400) Subject: Fixed failing codegen test X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=f3ce0ee538525506004f1b320cdfbf2bb6c34114;p=proto%2Fsclpl.git Fixed failing codegen test --- diff --git a/spec/codegen_spec.rb b/spec/codegen_spec.rb index 70cb9ae..09b9010 100644 --- a/spec/codegen_spec.rb +++ b/spec/codegen_spec.rb @@ -37,7 +37,7 @@ z(1,2,3) eos ExpectedCode = <<-eos -#include +#include "sclpl.h" _Value a; _Value b;