about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--example/samples/sc_connect_back.binbin290 -> 0 bytes
-rwxr-xr-xtest/test_all.py4
2 files changed, 2 insertions, 2 deletions
diff --git a/example/samples/sc_connect_back.bin b/example/samples/sc_connect_back.bin
deleted file mode 100644
index 9e9c80a5..00000000
--- a/example/samples/sc_connect_back.bin
+++ /dev/null
Binary files differdiff --git a/test/test_all.py b/test/test_all.py
index efd69706..a69ec229 100755
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -579,8 +579,8 @@ class ExampleExpression(Example):
 
 for args in [[], ["--symb"]]:
     testset += ExampleExpression(["graph_dataflow.py",
-                                  Example.get_sample("sc_connect_back.bin"),
-                                  "0x2e"] + args,
+                                  Example.get_sample("simple_test.bin"),
+                                  "0x0"] + args,
                                  products=["data.dot"])
 testset += ExampleExpression(["asm_to_ir.py"],
                              products=["graph.dot", "graph2.dot"])