about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_all.py')
-rwxr-xr-xtest/test_all.py4
1 files changed, 2 insertions, 2 deletions
diff --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"])