From 25b4223e75184dfafd5712657c8929e62381af5c Mon Sep 17 00:00:00 2001 From: Stefan Radomski Date: Wed, 12 Apr 2017 10:02:44 +0200 Subject: Fixed wrong test include --- test/src/test-gen-c.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/src/test-gen-c.cpp b/test/src/test-gen-c.cpp index 8e164fa..fa80fd5 100644 --- a/test/src/test-gen-c.cpp +++ b/test/src/test-gen-c.cpp @@ -20,9 +20,8 @@ #endif #ifndef AUTOINCLUDE_TEST -//#include "test-c-machine.scxml.c" -#include "/Users/sradomski/Documents/TK/Code/uscxml/build/cli/test/gen/c/ecma/test446.scxml.machine.c" -//#include "/Users/sradomski/Desktop/Puneet/foo.c" +#include "test-c-machine.scxml.c" +//#include "/Users/sradomski/Documents/TK/Code/uscxml/build/cli/test/gen/c/ecma/test446.scxml.machine.c" #endif //#include "uscxml/util/URL.h" -- cgit v0.12