summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/src/test-url.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/src/test-url.cpp b/test/src/test-url.cpp
index 5e8ea02..86fcb9f 100644
--- a/test/src/test-url.cpp
+++ b/test/src/test-url.cpp
@@ -29,9 +29,9 @@ public:
int main(int argc, char** argv) {
{
- Interpreter interpreter = Interpreter::fromURI("https://raw.github.com/tklab-tud/uscxml/master/test/samples/uscxml/test-execution.scxml");
- assert(interpreter);
- interpreter.interpret();
+// Interpreter interpreter = Interpreter::fromURI("https://raw.github.com/tklab-tud/uscxml/master/test/samples/uscxml/test-execution.scxml");
+// assert(interpreter);
+// interpreter.interpret();
}
{