diff options
author | Robert Gustafsson <robg@student.chalmers.se> | 2017-10-14 11:18:03 +0200 |
---|---|---|
committer | Andreas Lindhé <andreas@lindhe.io> | 2017-10-18 20:34:22 +0200 |
commit | 9c87ed9c965847ee784c4bae092e9d27ee2ffed7 (patch) | |
tree | fc031d114610840a5bd154b230e48ff34a8ab81d /broccoli/test | |
parent | c219824ea8ebd862530a3d10bccac5303c7e240b (diff) | |
download | midbro-9c87ed9c965847ee784c4bae092e9d27ee2ffed7.tar.gz midbro-9c87ed9c965847ee784c4bae092e9d27ee2ffed7.tar.bz2 |
Rename midbropasad -> midbro in C impl..
* files in script/ are not changed
Diffstat (limited to 'broccoli/test')
-rw-r--r-- | broccoli/test/midbro_test.c (renamed from broccoli/test/pasad_test.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/broccoli/test/pasad_test.c b/broccoli/test/midbro_test.c index 5ed3481..c0f4ba6 100644 --- a/broccoli/test/pasad_test.c +++ b/broccoli/test/midbro_test.c @@ -1,4 +1,4 @@ -#include "midbropasad.h" +#include "midbro.h" int main(int argc, char **argv) |