aboutsummaryrefslogtreecommitdiff
path: root/tests/test_base.py
diff options
context:
space:
mode:
authorJavi Merino <javi.merino@arm.com>2014-12-16 15:08:21 +0000
committerJavi Merino <javi.merino@arm.com>2015-08-12 16:03:44 +0100
commit1bd53051ba04627141d6ddf9a0dd655877c16a62 (patch)
treebeb6b87adb0171f48b73df6fb73735b835635819 /tests/test_base.py
parent0d38cb8898894c10a4f99c4c19aaf39c18c43141 (diff)
downloadtrappy-1bd53051ba04627141d6ddf9a0dd655877c16a62.tar.gz
tests: don't use trace_empty.txt in TestBase
Diffstat (limited to 'tests/test_base.py')
-rw-r--r--tests/test_base.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_base.py b/tests/test_base.py
index 6de4e39..fc22a87 100644
--- a/tests/test_base.py
+++ b/tests/test_base.py
@@ -63,8 +63,7 @@ class TestBase(utils_tests.SetupDirectory):
def __init__(self, *args, **kwargs):
super(TestBase, self).__init__(
- [("trace.txt", "trace.txt"),
- ("trace_empty.txt", "trace_empty.txt")],
+ [("trace.txt", "trace.txt")],
*args,
**kwargs)