]> git.mdlowis.com Git - proto/sclpl.git/commitdiff
Fixed failing codegen test
authorMichael D. Lowis <mike@mdlowis.com>
Fri, 24 Oct 2014 15:30:22 +0000 (11:30 -0400)
committerMichael D. Lowis <mike@mdlowis.com>
Fri, 24 Oct 2014 15:30:22 +0000 (11:30 -0400)
spec/codegen_spec.rb

index 70cb9ae94aad5c684f924ecb178275f87a70e7a2..09b9010a6c8f0e685b0d846190651ecb15fe17d7 100644 (file)
@@ -37,7 +37,7 @@ z(1,2,3)
 eos
 
 ExpectedCode = <<-eos
-#include <sclpl.h>
+#include "sclpl.h"
 
 _Value a;
 _Value b;