diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-02-13 17:28:15 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-02-13 17:29:31 -0500 |
commit | 3b47a11654e4a4fe4931cb7fdce08b75ac667be1 (patch) | |
tree | eccc454f77d54efed124310500e3341aedb45ba8 /src/test/tinytest_demo.c | |
parent | 184a4552930d4f1363c10471e98a5ab819e94c83 (diff) | |
download | tor-3b47a11654e4a4fe4931cb7fdce08b75ac667be1.tar.gz tor-3b47a11654e4a4fe4931cb7fdce08b75ac667be1.zip |
Synchronize with upstream tinytest.
The big change here is a patch (first added to Libevent by Ed Day)
to make sure that the CreateProcess forked-test trick works even
when the main test program is invoked without its .exe suffix.
Diffstat (limited to 'src/test/tinytest_demo.c')
-rw-r--r-- | src/test/tinytest_demo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/tinytest_demo.c b/src/test/tinytest_demo.c index 98cb773d1a..be95ce4c1d 100644 --- a/src/test/tinytest_demo.c +++ b/src/test/tinytest_demo.c @@ -1,4 +1,4 @@ -/* tinytest_demo.c -- Copyright 2009-2010 Nick Mathewson +/* tinytest_demo.c -- Copyright 2009-2012 Nick Mathewson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |