diff options
| author | Jack Palevich <jackpal@google.com> | 2009-05-10 19:59:24 -0700 |
|---|---|---|
| committer | Jack Palevich <jackpal@google.com> | 2009-05-10 19:59:24 -0700 |
| commit | 77ae76eea9df695b66834b8df2a1060c7dad3eca (patch) | |
| tree | 6dd9dbeabfa777b9085aa15a725442ae0d346414 /libacc/test | |
| parent | f6b5a531d80f1d1e0ecd7751c6695be3c3a556ec (diff) | |
| download | system_core-77ae76eea9df695b66834b8df2a1060c7dad3eca.zip system_core-77ae76eea9df695b66834b8df2a1060c7dad3eca.tar.gz system_core-77ae76eea9df695b66834b8df2a1060c7dad3eca.tar.bz2 | |
converted to C++
Base address of constant table changed, so had to update the "-orig" files.
Diffstat (limited to 'libacc/test')
| -rwxr-xr-x | libacc/test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libacc/test b/libacc/test index eb4f383..b4cef93 100755 --- a/libacc/test +++ b/libacc/test @@ -1,2 +1,2 @@ #!/bin/sh -gcc acc.c -DTEST -ldl -o tests/acc && tests/acc tests/otcc.c tests/otcc.out && diff tests/otcc.out tests/otcc.out-orig +g++ acc.cpp -DTEST -ldl -o tests/acc && tests/acc tests/otcc.c tests/otcc.out && diff tests/otcc.out tests/otcc.out-orig |
