diff options
author | Stefan Radomski <github@mintwerk.de> | 2017-04-12 08:02:44 (GMT) |
---|---|---|
committer | Stefan Radomski <github@mintwerk.de> | 2017-04-12 08:02:44 (GMT) |
commit | 25b4223e75184dfafd5712657c8929e62381af5c (patch) | |
tree | eb7f0b020f06cbf3c0daf7272ee72750179a0420 /test | |
parent | 321faf9461274eb6758dbec5e070b4e4600d10b6 (diff) | |
download | uscxml-25b4223e75184dfafd5712657c8929e62381af5c.zip uscxml-25b4223e75184dfafd5712657c8929e62381af5c.tar.gz uscxml-25b4223e75184dfafd5712657c8929e62381af5c.tar.bz2 |
Fixed wrong test include
Diffstat (limited to 'test')
-rw-r--r-- | test/src/test-gen-c.cpp | 5 |
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" |