diff options
Diffstat (limited to 'src/test/test_data.c')
-rw-r--r-- | src/test/test_data.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test_data.c b/src/test/test_data.c index 788489a097..fe1190ea77 100644 --- a/src/test/test_data.c +++ b/src/test/test_data.c @@ -1,9 +1,9 @@ /* Copyright 2001-2004 Roger Dingledine. * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. - * Copyright (c) 2007-2016, The Tor Project, Inc. */ + * Copyright (c) 2007-2019, The Tor Project, Inc. */ /* See LICENSE for licensing information */ -#include "test.h" +#include "test/test.h" /* Our unit test expect that the AUTHORITY_CERT_* public keys will sort * in this order. */ |