summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-04-12 08:02:44 (GMT)
committerStefan Radomski <github@mintwerk.de>2017-04-12 08:02:44 (GMT)
commit25b4223e75184dfafd5712657c8929e62381af5c (patch)
treeeb7f0b020f06cbf3c0daf7272ee72750179a0420
parent321faf9461274eb6758dbec5e070b4e4600d10b6 (diff)
downloaduscxml-25b4223e75184dfafd5712657c8929e62381af5c.zip
uscxml-25b4223e75184dfafd5712657c8929e62381af5c.tar.gz
uscxml-25b4223e75184dfafd5712657c8929e62381af5c.tar.bz2
Fixed wrong test include
-rw-r--r--test/src/test-gen-c.cpp5
1 files 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"